Skip to content
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

TypeError: __init__() got an unexpected keyword argument 'proxies' #1711

Open
Kattentions opened this issue Feb 21, 2025 · 3 comments
Open

Comments

@Kattentions
Copy link

Kattentions commented Feb 21, 2025

我的config
llm:
api_key: 'sk-...'
model: 'xdeepseekr1'
base_url: 'https://maas-api.cn-huabei-1.xf-yun.com/v1'

@jackymaxzzz
Copy link

same

@destiny0326
Copy link

httpx的版本太高了
httpx包在11.28进行更新,安装了httpx 0.28.0 版本的包导致报错

解决办法
pip install httpx==0.27.2

@jackymaxzzz
Copy link

httpx的版本太高了 httpx包在11.28更新,安装了httpx 0.28.0版本的包导致报错

解决方法 pip install httpx==0.27.2

非常感谢,问题解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants