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]: custom model timeout does not work #6397

Open
jeromeroussin opened this issue Oct 23, 2024 · 0 comments
Open

[Bug]: custom model timeout does not work #6397

jeromeroussin opened this issue Oct 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jeromeroussin
Copy link

What happened?

We have these settings set:

litellm_settings:
  callbacks: callback.handler
  drop_params: true
  request_timeout: 120

We are observing timeouts for one of our deployments, so I have added a timeout just for it:

- model_name: "o1-mini"
    litellm_params:
      model: "azure/o1-mini"
      // ... Removed configs here...
      timeout: 180

But we are still observing timeout at 120s and not 180s, which is unexpected and unwelcome, we are trying to avoid raising timeouts for all deployments.

Relevant log output

No response

Twitter / LinkedIn details

https://www.linkedin.com/in/jeromeroussin/

@jeromeroussin jeromeroussin added the bug Something isn't working label Oct 23, 2024
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