mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
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:
parent
d1ba04d9d9
commit
2b71973b17
3 changed files with 11 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue