mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test: fix test
This commit is contained in:
parent
d435e466af
commit
2f62ac6992
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ async def test_supports_tool_choice():
|
||||||
litellm._turn_on_debug()
|
litellm._turn_on_debug()
|
||||||
local_path = "../../model_prices_and_context_window.json"
|
local_path = "../../model_prices_and_context_window.json"
|
||||||
prod_path = "./model_prices_and_context_window.json"
|
prod_path = "./model_prices_and_context_window.json"
|
||||||
with open(local_path, "r") as f:
|
with open(prod_path, "r") as f:
|
||||||
model_prices = json.load(f)
|
model_prices = json.load(f)
|
||||||
litellm.model_cost = model_prices
|
litellm.model_cost = model_prices
|
||||||
config_manager = ProviderConfigManager()
|
config_manager = ProviderConfigManager()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue