Sync ollama docs from 53fed261 on 2026-09-12
This commit is contained in:
+12
-3
@@ -147,9 +147,12 @@ components:
|
||||
prompt_eval_count:
|
||||
type: integer
|
||||
description: Number of input tokens in the prompt
|
||||
prompt_eval_cached_count:
|
||||
type: integer
|
||||
description: Number of prompt tokens read from the cache
|
||||
prompt_eval_duration:
|
||||
type: integer
|
||||
description: Time spent evaluating the prompt in nanoseconds
|
||||
description: Time spent evaluating uncached prompt tokens in nanoseconds
|
||||
eval_count:
|
||||
type: integer
|
||||
description: Number of output tokens generated in the response
|
||||
@@ -191,9 +194,12 @@ components:
|
||||
prompt_eval_count:
|
||||
type: integer
|
||||
description: Number of input tokens in the prompt
|
||||
prompt_eval_cached_count:
|
||||
type: integer
|
||||
description: Number of prompt tokens read from the cache
|
||||
prompt_eval_duration:
|
||||
type: integer
|
||||
description: Time spent evaluating the prompt in nanoseconds
|
||||
description: Time spent evaluating uncached prompt tokens in nanoseconds
|
||||
eval_count:
|
||||
type: integer
|
||||
description: Number of output tokens generated in the response
|
||||
@@ -352,9 +358,12 @@ components:
|
||||
prompt_eval_count:
|
||||
type: integer
|
||||
description: Number of tokens in the prompt
|
||||
prompt_eval_cached_count:
|
||||
type: integer
|
||||
description: Number of prompt tokens read from the cache
|
||||
prompt_eval_duration:
|
||||
type: integer
|
||||
description: Time spent evaluating the prompt in nanoseconds
|
||||
description: Time spent evaluating uncached prompt tokens in nanoseconds
|
||||
eval_count:
|
||||
type: integer
|
||||
description: Number of tokens generated in the response
|
||||
|
||||
Reference in New Issue
Block a user