Unverified Commit e868c8a5 authored by Robin Glauser's avatar Robin Glauser Committed by GitHub
Browse files

Update api.md (#1878)

Fixed assistant in the example response.
parent c336693f
...@@ -409,7 +409,7 @@ A stream of JSON objects is returned: ...@@ -409,7 +409,7 @@ A stream of JSON objects is returned:
"model": "llama2", "model": "llama2",
"created_at": "2023-08-04T08:52:19.385406455-07:00", "created_at": "2023-08-04T08:52:19.385406455-07:00",
"message": { "message": {
"role": "assisant", "role": "assistant",
"content": "The", "content": "The",
"images": null "images": null
}, },
...@@ -505,7 +505,7 @@ A stream of JSON objects is returned: ...@@ -505,7 +505,7 @@ A stream of JSON objects is returned:
"model": "llama2", "model": "llama2",
"created_at": "2023-08-04T08:52:19.385406455-07:00", "created_at": "2023-08-04T08:52:19.385406455-07:00",
"message": { "message": {
"role": "assisant", "role": "assistant",
"content": "The" "content": "The"
}, },
"done": false "done": false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment