Skip to content

Commit

Permalink
Update api.md (ollama#1878)
Browse files Browse the repository at this point in the history
Fixed assistant in the example response.
  • Loading branch information
nahakiole authored Jan 9, 2024
1 parent c336693 commit e868c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ A stream of JSON objects is returned:
"model": "llama2",
"created_at": "2023-08-04T08:52:19.385406455-07:00",
"message": {
"role": "assisant",
"role": "assistant",
"content": "The",
"images": null
},
Expand Down Expand Up @@ -505,7 +505,7 @@ A stream of JSON objects is returned:
"model": "llama2",
"created_at": "2023-08-04T08:52:19.385406455-07:00",
"message": {
"role": "assisant",
"role": "assistant",
"content": "The"
},
"done": false
Expand Down

0 comments on commit e868c8a

Please sign in to comment.