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
我的config llm: api_key: 'sk-...' model: 'xdeepseekr1' base_url: 'https://maas-api.cn-huabei-1.xf-yun.com/v1'
llm:
api_key: 'sk-...'
model: 'xdeepseekr1'
base_url: 'https://maas-api.cn-huabei-1.xf-yun.com/v1'
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
httpx的版本太高了 httpx包在11.28进行更新,安装了httpx 0.28.0 版本的包导致报错
解决办法 pip install httpx==0.27.2
httpx的版本太高了 httpx包在11.28更新,安装了httpx 0.28.0版本的包导致报错 解决方法 pip install httpx==0.27.2
httpx的版本太高了 httpx包在11.28更新,安装了httpx 0.28.0版本的包导致报错
解决方法 pip install httpx==0.27.2
非常感谢,问题解决
No branches or pull requests
我的config
llm:
api_key: 'sk-...'
model: 'xdeepseekr1'
base_url: 'https://maas-api.cn-huabei-1.xf-yun.com/v1'
The text was updated successfully, but these errors were encountered: