Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2ea59f8

Browse files
authored
Merge pull request #184 from janhq/new-example
Typo fix
2 parents 8fc1a88 + eda1239 commit 2ea59f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/features/chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Below are examples of responses from both the Nitro server and OpenAI:
122122
{
123123
"choices": [
124124
{
125-
"finish_reason": null,
125+
"finish_reason": "stop",
126126
"index": 0,
127127
"message": {
128128
"content": "Hello, how may I assist you this evening?",
@@ -151,7 +151,7 @@ Below are examples of responses from both the Nitro server and OpenAI:
151151
{
152152
"choices": [
153153
{
154-
"finish_reason": "stop"
154+
"finish_reason": "stop",
155155
"index": 0,
156156
"message": {
157157
"role": "assistant",

0 commit comments

Comments
 (0)