From 5f26da58a15786e57e759dea14e22a28d207f5df Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 4 Nov 2023 09:01:26 -0700 Subject: [PATCH] (test) model prices json --- litellm/tests/test_get_model_cost_map.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/litellm/tests/test_get_model_cost_map.py b/litellm/tests/test_get_model_cost_map.py index e006f49f420..88213dd8aad 100644 --- a/litellm/tests/test_get_model_cost_map.py +++ b/litellm/tests/test_get_model_cost_map.py @@ -11,3 +11,9 @@ print(get_max_tokens("gpt-3.5-turbo")) print(model_cost) print(open_ai_chat_completion_models) +# print("\n") +# print(model_cost) +# print("\n") + +# # 🦄🦄🦄🦄🦄🦄🦄🦄 +# print(get_max_tokens("palm/chat-bison"))