litellm/tests/local_testing/user_cost.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
203 B
JSON
Raw Normal View History

2023-09-10 10:57:07 +08:00
{
"1234": {
"total_budget": 10,
2023-09-12 01:57:50 +08:00
"current_cost": 7.3e-05,
"model_cost": {
"gpt-3.5-turbo": 7.3e-05
2023-09-12 01:57:50 +08:00
}
2023-09-10 10:57:07 +08:00
},
"12345": {
"total_budget": 0
}
}