From eda1239a65e0c625de8fd042c5ea822180a1081a Mon Sep 17 00:00:00 2001 From: hahuyhoang411 Date: Thu, 23 Nov 2023 14:54:02 +0700 Subject: [PATCH] typo fix --- docs/docs/features/chat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/features/chat.md b/docs/docs/features/chat.md index bc2083522..8eb458231 100644 --- a/docs/docs/features/chat.md +++ b/docs/docs/features/chat.md @@ -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?", @@ -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",