mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(responses/main.py): ensure litellm metadata custom cost works
This commit is contained in:
parent
83c086cc31
commit
417684db53
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