From 5606971bbb7c2f5773ca38b6457fc853a0c81f71 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 15 Apr 2024 08:18:56 -0700 Subject: [PATCH] add "supports_function_calling": true for grow --- litellm/model_prices_and_context_window_backup.json | 9 ++++++--- model_prices_and_context_window.json | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index f063e8f811..fddf3f11e2 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -714,7 +714,8 @@ "input_cost_per_token": 0.00000070, "output_cost_per_token": 0.00000080, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "groq/mixtral-8x7b-32768": { "max_tokens": 32768, @@ -723,7 +724,8 @@ "input_cost_per_token": 0.00000027, "output_cost_per_token": 0.00000027, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "groq/gemma-7b-it": { "max_tokens": 8192, @@ -732,7 +734,8 @@ "input_cost_per_token": 0.00000010, "output_cost_per_token": 0.00000010, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "claude-instant-1.2": { "max_tokens": 8191, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index f063e8f811..fddf3f11e2 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -714,7 +714,8 @@ "input_cost_per_token": 0.00000070, "output_cost_per_token": 0.00000080, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "groq/mixtral-8x7b-32768": { "max_tokens": 32768, @@ -723,7 +724,8 @@ "input_cost_per_token": 0.00000027, "output_cost_per_token": 0.00000027, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "groq/gemma-7b-it": { "max_tokens": 8192, @@ -732,7 +734,8 @@ "input_cost_per_token": 0.00000010, "output_cost_per_token": 0.00000010, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true }, "claude-instant-1.2": { "max_tokens": 8191,