Skip to content

Commit e589864

Browse files
Merge pull request #115 from jamesrochabrun/jroch-typo
Fixing Typo in READ.me
2 parents d72e7a7 + 0666f79 commit e589864

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff 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

33633362
For more inofrmation about the `DeepSeek` api visit its [documentation](https://api-docs.deepseek.com).
33643363

Sources/OpenAI/Public/ResponseModels/Chat/ChatCompletionObject.swift

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)