mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
parent
1ba4297d09
commit
50a3c9768b
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,6 @@ import litellm
|
|||
import pytest
|
||||
|
||||
try:
|
||||
print(litellm.get_model_cost_map())
|
||||
print(litellm.get_model_cost_map(url="fake-url"))
|
||||
except Exception as e:
|
||||
pytest.fail(f"An exception occurred: {e}")
|
Loading…
Add table
Add a link
Reference in a new issue