mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Litellm dev 03 14 2026 p1 (#23653)
* fix: Fixes https://github.com/BerriAI/litellm/issues/23185 * fix(responses/main.py): ensure litellm metadata custom cost works
This commit is contained in:
parent
8abf2d8e34
commit
47c38403ff
1 changed files with 1 additions and 0 deletions
|
|
@ -751,6 +751,7 @@ def responses(
|
|||
"aresponses": _is_async,
|
||||
"litellm_call_id": litellm_call_id,
|
||||
"metadata": metadata_for_callbacks,
|
||||
"litellm_metadata": kwargs.get("litellm_metadata", {}),
|
||||
},
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue