Litellm dev 02 18 2025 p1 (#8630)

* 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 https://github.com/BerriAI/litellm/pull/8619#issuecomment-2666693045

* 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 commit is contained in:
Krish Dholakia 2025-02-18 15:20:17 -08:00 committed by GitHub
parent d1ba04d9d9
commit 2b71973b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 5 deletions

View file

@ -2575,6 +2575,7 @@ def completion( # type: ignore # noqa: PLR0915
print_verbose=print_verbose,
optional_params=optional_params,
litellm_params=litellm_params,
timeout=timeout,
custom_prompt_dict=custom_prompt_dict,
logger_fn=logger_fn,
encoding=encoding,