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