-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans to support DeepSeek? #923
Comments
|
deepseek-reasoner What about this? |
status code: 400, status: 400 Bad Request, message: %!s(), body: {"code":20024,"message":"Json mode is not supported for this model.","data":null} |
Why are you asking it here? You are getting an error from deepseek, not from go-openai lib. |
type ChatCompletionStreamChoiceDelta struct { type ChatCompletionStreamChoice struct { type ChatCompletionStreamResponse struct { response := ChatCompletionStreamResponse{} Rewrote it. OK |
👍 @feng626 adding the |
Reviewing the documentation of DeepSeek, the example codes use python OpenAi library which indicates API parity with OpenAI.
Is there a plan to support DeepSeek models and endpoint?
Example: DeepSeek Structured output
The text was updated successfully, but these errors were encountered: