Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e6f9bfc0
Unverified
Commit
e6f9bfc0
authored
Apr 21, 2024
by
Sri Siddhaarth
Committed by
GitHub
Apr 20, 2024
Browse files
Update api.md (#3705)
parent
8d1995c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/api.md
docs/api.md
+1
-1
No files found.
docs/api.md
View file @
e6f9bfc0
...
...
@@ -90,7 +90,7 @@ The final response in the stream also includes additional data about the generat
-
`load_duration`
: time spent in nanoseconds loading the model
-
`prompt_eval_count`
: number of tokens in the prompt
-
`prompt_eval_duration`
: time spent in nanoseconds evaluating the prompt
-
`eval_count`
: number of tokens the response
-
`eval_count`
: number of tokens
in
the response
-
`eval_duration`
: time in nanoseconds spent generating the response
-
`context`
: an encoding of the conversation used in this response, this can be sent in the next request to keep a conversational memory
-
`response`
: empty if the response was streamed, if not streamed, this will contain the full response
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment