Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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