Skip to content

Fix timeout bug for SageMaker Messages API completion#8635

Merged
3 commits merged into
BerriAI:litellm_dev_02_18_2025_p1from
bobbywlindsey:main
Feb 18, 2025
Merged

Fix timeout bug for SageMaker Messages API completion#8635
3 commits merged into
BerriAI:litellm_dev_02_18_2025_p1from
bobbywlindsey:main

Conversation

@bobbywlindsey

Copy link
Copy Markdown
Contributor

Title

The timeout parameter is not being successfully passed to the completion function in llms/sagemaker/chat/handler.py causing completion timeouts.

Relevant issues

Fixes #8373

Type

🐛 Bug Fix

Changes

Added timeout parameter to the sagemaker_chat_completion.completion function call in main.py.

@vercel

vercel Bot commented Feb 18, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 9:31pm

@ghost ghost changed the base branch from main to litellm_dev_02_18_2025_p1 February 18, 2025 20:45
@ghost ghost merged commit 51f811c into BerriAI:litellm_dev_02_18_2025_p1 Feb 18, 2025
ghost pushed a commit that referenced this pull request Feb 18, 2025
* fix(filter.tsx): align filter icon to button correctly

* style: style improvements for filter icon

* style(filter.tsx): cleanup filter box

* style(filter.tsx): style improvement for team id box on filter

* Fix timeout bug for SageMaker Messages API completion (#8635)

* fix(model_cost_map): fix json parse error on model cost map + add unit test (#8629)

Fixes #8619 (comment)

* Fix timeout bug for SageMaker Messages API completion

---------

Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>

---------

Co-authored-by: Bobby Lindsey <bobbywlindsey@users.noreply.github.com>
This pull request was closed.
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

Successfully merging this pull request may close these issues.

[Bug]: Inconsistent timeout parameter handling in sagemaker_chat provider

1 participant