Skip to content

Commit a27ba88

Browse files
committed
Fixes format.
1 parent d5bda4d commit a27ba88

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

specification/inference/chat_completion_unified/examples/request/PostChatCompletionRequestExample1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ value: |-
1212
}
1313
]
1414
}
15-

specification/inference/chat_completion_unified/examples/request/PostChatCompletionRequestExample2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ value: |-
2525
"tool_call_id": "call_KcAjWtAww20AihPHphUh46Gd"
2626
}
2727
]
28-
}
28+
}

specification/inference/chat_completion_unified/examples/request/PostChatCompletionRequestExample3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ value: |-
3838
"name": "get_current_price"
3939
}
4040
}
41-
}
41+
}

specification/inference/chat_completion_unified/examples/response/PostChatCompletionResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ value: |-
1818
data: {"chat_completion":{"id":"chatcmpl-Ae0TWsy2VPnSfBbv5UztnSdYUMFP3","choices":[],"model":"gpt-4o-2024-08-06","object":"chat.completion.chunk","usage":{"completion_tokens":28,"prompt_tokens":16,"total_tokens":44}}}
1919
2020
event: message
21-
data: [DONE]
21+
data: [DONE]

0 commit comments

Comments
 (0)