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

_base_client.py file passess wrong argument in to AsyncHttpxClientWrapper #911

Open
bhargav-11 opened this issue Dec 25, 2024 · 0 comments

Comments

@bhargav-11
Copy link

Description

Is this reporting a bug or feature request?
Bug

If reporting a bug, please fill out the following:

Environment

  • pipecat-ai version: pipecat-ai==0.0.51
    pipecat-ai-flows==0.0.10
  • python version: 3.12
  • OS: Windows

Issue description

_base_client.py file passess wrong argument in to AsyncHttpxClientWrapper
AsyncHttpxClientWrapper has passed an argument named "proxies" but going further the AsyncClient expects "proxy" as argument thats where it throws and exception when using azure LLM.

Repro steps

use azure LLM and it will throw the error

Expected behavior

it should work just fine with azure LLM

Actual behavior

it throws and exception when using azure LLM.

Logs

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

1 participant