Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Nov 23, 2023
1 parent 8fc1a88 commit eda1239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/features/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Below are examples of responses from both the Nitro server and OpenAI:
{
"choices": [
{
"finish_reason": null,
"finish_reason": "stop",
"index": 0,
"message": {
"content": "Hello, how may I assist you this evening?",
Expand Down Expand Up @@ -151,7 +151,7 @@ Below are examples of responses from both the Nitro server and OpenAI:
{
"choices": [
{
"finish_reason": "stop"
"finish_reason": "stop",
"index": 0,
"message": {
"role": "assistant",
Expand Down

0 comments on commit eda1239

Please sign in to comment.