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
LLM is broken because of an underlying issue with openai using a now gone httpx feature: openai/openai-python#1902
~ ⮝ ➜ uvx llm "hello" Error: Client.__init__() got an unexpected keyword argument 'proxies'
Can be worked around by pinning httpx:
~ ⮝ ➜ uvx --with='httpx==0.27' llm "hello" Hello! How can I assist you today?
The text was updated successfully, but these errors were encountered:
OpenAI are hopefully pushing a fix for this soon:
Sorry, something went wrong.
This was fixed downstream in openai 1.55.3
openai
No branches or pull requests
LLM is broken because of an underlying issue with openai using a now gone httpx feature: openai/openai-python#1902
Can be worked around by pinning httpx:
The text was updated successfully, but these errors were encountered: