From 80c4b981ecadd32e44a6b9a7f36d67fd9bfa8e2a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 14 May 2025 19:02:20 -0700 Subject: [PATCH] fix groq/llama3-8b-8192 --- litellm/model_prices_and_context_window_backup.json | 3 ++- model_prices_and_context_window.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index fb169344af..d0a4cf861a 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4101,7 +4101,8 @@ "input_cost_per_token": 5e-08, "output_cost_per_token": 8e-08, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_tool_choice": true }, "groq/llama-3.2-1b-preview": { "max_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index fb169344af..d0a4cf861a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4101,7 +4101,8 @@ "input_cost_per_token": 5e-08, "output_cost_per_token": 8e-08, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_tool_choice": true }, "groq/llama-3.2-1b-preview": { "max_tokens": 8192,