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

[Bug]: supports_httpx_timeout is too restrictive #8378

Open
npt opened this issue Feb 8, 2025 · 0 comments
Open

[Bug]: supports_httpx_timeout is too restrictive #8378

npt opened this issue Feb 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@npt
Copy link

npt commented Feb 8, 2025

What happened?

Currently, if the provider is anything but openai, azure, or bedrock, an httpx.Timeout passed in will be turned into a float. This can be less restrictive — when I monkeypatch supports_httpx_timeout to allow through custom_openai as well, it seems to work fine. supports_httpx_timeout should also allow custom_openai, and presumably other providers that use the OpenAI client.

Relevant log output

Are you a ML Ops Team?

No

What LiteLLM version are you on ?

v1.60.6

Twitter / LinkedIn details

No response

@npt npt added the bug Something isn't working label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant