mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(fix) failing usage based routing test
This commit is contained in:
parent
ff4f05a3f8
commit
e23c68b15a
2 changed files with 7 additions and 5 deletions
|
@ -429,11 +429,11 @@ def test_usage_based_routing():
|
|||
mock_response="good morning",
|
||||
)
|
||||
|
||||
# print(response)
|
||||
# print("response", response)
|
||||
|
||||
selection_counts[response["model"]] += 1
|
||||
|
||||
print(selection_counts)
|
||||
# print("selection counts", selection_counts)
|
||||
|
||||
total_requests = sum(selection_counts.values())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue