We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 R1,但是不太清楚具体要改哪些参数,我在代码model_config.py里看到有deepseek_proxyllm这个选项,但是看起来好像只是指定了厂商为deepseek,没有指定模型,不太清楚怎么指定到 R1 模型。
model_config.py
deepseek_proxyllm
The text was updated successfully, but these errors were encountered:
LLM_MODEL=deepseek_proxyllm # deepseek-chat or deepseek-reasoner DEEPSEEK_MODEL_VERSION=deepseek-chat DEEPSEEK_API_KEY=sk-xxx
Sorry, something went wrong.
No branches or pull requests
如题,我想把模型切换到deepseek R1,但是不太清楚具体要改哪些参数,我在代码
model_config.py
里看到有deepseek_proxyllm
这个选项,但是看起来好像只是指定了厂商为deepseek,没有指定模型,不太清楚怎么指定到 R1 模型。The text was updated successfully, but these errors were encountered: