Skip to content

Commit

Permalink
Merge pull request #115 from jamesrochabrun/jroch-typo
Browse files Browse the repository at this point in the history
Fixing Typo in READ.me
  • Loading branch information
jamesrochabrun authored Feb 2, 2025
2 parents d72e7a7 + 0666f79 commit e589864
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 e589864

Please sign in to comment.