From a99080fe0de9d75e6fecf65830874b7642253d05 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 11 Sep 2023 08:07:46 -0700 Subject: [PATCH] update url --- litellm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index c24e07169d..d901eadfba 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -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(