forked from phoenix/litellm-mirror
fix test_call_with_key_over_model_budget
This commit is contained in:
parent
9116c09386
commit
501bf6961f
1 changed files with 7 additions and 0 deletions
|
@ -1778,6 +1778,13 @@ def test_call_with_key_over_model_budget(prisma_client):
|
||||||
"model": "chatgpt-v-2",
|
"model": "chatgpt-v-2",
|
||||||
"stream": False,
|
"stream": False,
|
||||||
"standard_logging_object": standard_logging_payload,
|
"standard_logging_object": standard_logging_payload,
|
||||||
|
"litellm_params": {
|
||||||
|
"metadata": {
|
||||||
|
"user_api_key": hash_token(generated_key),
|
||||||
|
"user_api_key_user_id": user_id,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response_cost": 0.00002,
|
||||||
},
|
},
|
||||||
completion_response=resp,
|
completion_response=resp,
|
||||||
start_time=datetime.now(),
|
start_time=datetime.now(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue