You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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
The text was updated successfully, but these errors were encountered:
Description
Is this reporting a bug or feature request?
Bug
If reporting a bug, please fill out the following:
Environment
pipecat-ai-flows==0.0.10
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
The text was updated successfully, but these errors were encountered: