From e6f9bfc0e8818e2c679b459c28a0d0f3c8d51dcb Mon Sep 17 00:00:00 2001 From: Sri Siddhaarth <57857444+sidxt@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:47:03 +0530 Subject: [PATCH] Update api.md (#3705) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index aba605f7c..5fc946ce5 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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