mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
docs: update final response for /api/chat stream (#9919)
This commit is contained in:
parent
2d6eac9084
commit
d14ce75b95
1 changed files with 4 additions and 0 deletions
|
@ -558,6 +558,10 @@ Final response:
|
||||||
{
|
{
|
||||||
"model": "llama3.2",
|
"model": "llama3.2",
|
||||||
"created_at": "2023-08-04T19:22:45.499127Z",
|
"created_at": "2023-08-04T19:22:45.499127Z",
|
||||||
|
"message": {
|
||||||
|
"role": "assistant",
|
||||||
|
"content": ""
|
||||||
|
},
|
||||||
"done": true,
|
"done": true,
|
||||||
"total_duration": 4883583458,
|
"total_duration": 4883583458,
|
||||||
"load_duration": 1334875,
|
"load_duration": 1334875,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue