-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Deepseek support #472
Comments
In fact, you can handle the compatibility yourself because the Deepseek official API provides OpenAI support. You only need to replace the two environment variables, However, such modifications seem to render the ChatGPT model unusable, so this can only serve as a temporary solution. typing.pt 54:
run.py 81:
model_backend.py 68:
utils.py 80:
finally, change all of the default model Looking forward to the official offering of a better integrated solution. |
That's great @SekiyoKana!!! I will try your method. I was wondering if you were able to download and run the Deepseek model locally? |
Hey Devs,
let me start by saying that this repo is great. Good job on your work, and thanks for sharing it.
Could we include support of DeepSeek V3 API in ChatDev? If there is a solution out there then when can it be implemented?
Thanks!
The text was updated successfully, but these errors were encountered: