Skip to content

Commit

Permalink
test_call_with_key_over_model_budget
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 19, 2024
1 parent e646566 commit 664aa53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/proxy_unit_tests/test_key_generate_prisma.py
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,10 @@ async def test():
request = GenerateKeyRequest(
max_budget=1000,
model_max_budget={
"chatgpt-v-2": 0.000001,
"chatgpt-v-2": {
"budget_limit": "0.000001",
"time_period": "1d",
},
},
metadata={"user_api_key": 0.0001},
)
Expand Down

0 comments on commit 664aa53

Please sign in to comment.