Sync ollama docs from 53fed261 on 2026-09-12

This commit is contained in:
The Librarian
2026-09-12 04:00:05 +00:00
parent 1f556d946e
commit f10d4bfbcc
12 changed files with 131 additions and 14 deletions
+12 -3
View File
@@ -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