forked from phoenix/litellm-mirror
changed error message
This commit is contained in:
parent
54c57450ab
commit
68b3b6f469
1 changed files with 1 additions and 1 deletions
|
@ -6620,7 +6620,7 @@ def get_max_tokens(model: str):
|
|||
raise Exception()
|
||||
except:
|
||||
raise Exception(
|
||||
f"Model {model} from provider {custom_llm_provider} isn't mapped yet. Add it here - https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json"
|
||||
f"Model {model} isn't mapped yet. Add it here - https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue