mirror of
https://github.com/ollama/ollama-python.git
synced 2026-08-08 22:27:47 +00:00
types: add context_length to ProcessResponse (#538)
This commit is contained in:
@@ -23,4 +23,5 @@ for model in response.models:
|
||||
print(' Size: ', model.size)
|
||||
print(' Size vram: ', model.size_vram)
|
||||
print(' Details: ', model.details)
|
||||
print(' Context length: ', model.context_length)
|
||||
print('\n')
|
||||
|
||||
Reference in New Issue
Block a user