From f37a1a5854d2f2a579436a3596b65ef3e2ebe9b8 Mon Sep 17 00:00:00 2001 From: Kyrylo Yefimenko Date: Mon, 26 May 2025 18:43:35 +0100 Subject: [PATCH] Fix deprecation_date value for llama groq models (#11151) --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c736b461b1..0b67961974 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4392,7 +4392,7 @@ "supports_function_calling": true, "supports_response_schema": true, "supports_tool_choice": true, - "deprecation_date": "2025-1-6" + "deprecation_date": "2025-01-06" }, "groq/llama3-groq-8b-8192-tool-use-preview": { "max_tokens": 8192, @@ -4405,7 +4405,7 @@ "supports_function_calling": true, "supports_response_schema": true, "supports_tool_choice": true, - "deprecation_date": "2025-1-6" + "deprecation_date": "2025-01-06" }, "groq/qwen-qwq-32b": { "max_tokens": 128000,