Skip to content

Commit

Permalink
Merge pull request #1 from kmheckel/minor_edit_branch
Browse files Browse the repository at this point in the history
changed error message
  • Loading branch information
kmheckel committed May 11, 2024
2 parents 54c5745 + 68b3b6f commit a492020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6620,7 +6620,7 @@ def _get_max_position_embeddings(model_name):
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"
)


Expand Down

0 comments on commit a492020

Please sign in to comment.