mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
update url
This commit is contained in:
parent
feaff2f385
commit
a99080fe0d
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ def get_max_tokens(model: str):
|
|||
try:
|
||||
return litellm.model_cost[model]
|
||||
except:
|
||||
raise Exception("This model isn't mapped yet. Add it here - https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json")
|
||||
raise Exception("This model isn't mapped yet. Add it here - https://github.com/BerriAI/litellm/blob/main/cookbook/community-resources/max_tokens.json")
|
||||
|
||||
|
||||
def load_test_model(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue