fix lf logging

This commit is contained in:
Ishaan Jaffer 2025-10-04 10:00:10 -07:00
parent 27fbfbe259
commit eb417ed774

View file

@ -37,7 +37,11 @@
"cache_key": null,
"api_base": "https://api.openai.com",
"response_cost": 3.5e-05,
"additional_headers": {}
"additional_headers": {},
"litellm_overhead_time_ms": null,
"batch_models": null,
"litellm_model_name": "gpt-3.5-turbo",
"usage_object": null
},
"litellm_response_cost": 3.5e-05,
"cache_hit": false,
@ -70,10 +74,11 @@
"totalCost": 3.5e-05
},
"usageDetails": {
"cache_creation_input_tokens": 0,
"cache_read_input_tokens": 0,
"input": 10,
"output": 20
"output": 20,
"total": 30,
"cache_creation_input_tokens": 0,
"cache_read_input_tokens": 0
},
"traceId": "litellm-test-6a51ae70-a4e7-499e-afcd-dce2a3b31850"
},