mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Fix issue writing db (#13001)
This commit is contained in:
parent
d6423d913d
commit
dc8c14b504
1 changed files with 2 additions and 1 deletions
|
|
@ -872,7 +872,8 @@ class DBSpendUpdateWriter:
|
|||
"model": transaction["model"],
|
||||
"custom_llm_provider": transaction.get(
|
||||
"custom_llm_provider"
|
||||
),
|
||||
)
|
||||
or "",
|
||||
"mcp_namespaced_tool_name": transaction.get(
|
||||
"mcp_namespaced_tool_name"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue