File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Sources/OpenAI/Public/ResponseModels/Chat Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3358,7 +3358,6 @@ Notes
33583358- Use .custom (" deepseek-reasoner" ) to specify the DeepSeek model
33593359- The `reasoningContent` field is optional and specific to DeepSeek's API
33603360- Error handling follows the same pattern as standard OpenAI requests.
3361- ```
33623361
33633362For more inofrmation about the `DeepSeek` api visit its [documentation](https :// api-docs.deepseek.com).
33643363
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public struct ChatCompletionObject: Decodable {
8888 case functionCall = " function_call "
8989 case role
9090 case finishDetails = " finish_details "
91- case reasoningContent = " reasoning_content "
91+ case reasoningContent = " reasoning_content "
9292 case refusal
9393 case audio
9494 }
You can’t perform that action at this time.
0 commit comments