diff --git a/litellm/proxy/example_config_yaml/pass_through_config.yaml b/litellm/proxy/example_config_yaml/pass_through_config.yaml index f900f9cfc7..0062fb4032 100644 --- a/litellm/proxy/example_config_yaml/pass_through_config.yaml +++ b/litellm/proxy/example_config_yaml/pass_through_config.yaml @@ -31,4 +31,7 @@ general_settings: - path: "/azure-config-passthrough" target: os.environ/AZURE_API_BASE headers: - Authorization: os.environ/AZURE_API_KEY \ No newline at end of file + Authorization: os.environ/AZURE_API_KEY + +litellm_settings: + include_cost_in_streaming_usage: true \ No newline at end of file