Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrochabrun committed Feb 2, 2025
1 parent 328ad63 commit 0666f79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,6 @@ Notes
- Use .custom("deepseek-reasoner") to specify the DeepSeek model
- The `reasoningContent` field is optional and specific to DeepSeek's API
- Error handling follows the same pattern as standard OpenAI requests.
```

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public struct ChatCompletionObject: Decodable {
case functionCall = "function_call"
case role
case finishDetails = "finish_details"
case reasoningContent = "reasoning_content"
case reasoningContent = "reasoning_content"
case refusal
case audio
}
Expand Down

0 comments on commit 0666f79

Please sign in to comment.