You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the command line mode to request a non-OpenAI model, which succeeded
Python mode request for non-OpenAI models failed.
litellm.llms.openai.common_utils.OpenAIError: {"error":{"message":"deepseek-chat is not a valid model ID","code":400},"user_id":"user_2dzIMQc2DXdaKhwdKz81nPS4sqH"}
litellm.exceptions.BadRequestError: litellm.BadRequestError: DeepseekException - {"error":{"message":"deepseek-chat is not a valid model ID","code":400},"user_id":"user_2dzIMQc2DXdaKhwdKz81nPS4sqH"}
Open Interpreter version
0.4.3
Python version
Python 3.9.13
Operating System name and version
centos7
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried both. My input problem was very simple, which was this: What's 34/24?
Reproduce
Expected behavior
I hope the python mode request can succeed
Screenshots
This is the command line mode to request a non-OpenAI model, which succeeded
Python mode request for non-OpenAI models failed.
litellm.llms.openai.common_utils.OpenAIError: {"error":{"message":"deepseek-chat is not a valid model ID","code":400},"user_id":"user_2dzIMQc2DXdaKhwdKz81nPS4sqH"}
litellm.exceptions.BadRequestError: litellm.BadRequestError: DeepseekException - {"error":{"message":"deepseek-chat is not a valid model ID","code":400},"user_id":"user_2dzIMQc2DXdaKhwdKz81nPS4sqH"}
Open Interpreter version
0.4.3
Python version
Python 3.9.13
Operating System name and version
centos7
Additional context
No response
The text was updated successfully, but these errors were encountered: