mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix: include_cost_in_streaming_usage
This commit is contained in:
parent
89934f062c
commit
d50fbcdc00
1 changed files with 4 additions and 1 deletions
|
|
@ -31,4 +31,7 @@ general_settings:
|
|||
- path: "/azure-config-passthrough"
|
||||
target: os.environ/AZURE_API_BASE
|
||||
headers:
|
||||
Authorization: os.environ/AZURE_API_KEY
|
||||
Authorization: os.environ/AZURE_API_KEY
|
||||
|
||||
litellm_settings:
|
||||
include_cost_in_streaming_usage: true
|
||||
Loading…
Add table
Reference in a new issue