From f9ca4419744ad60b400284ba2dfa74aeb0a13fa0 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 13 Feb 2025 12:14:57 -0500 Subject: [PATCH] chore: Link to Groq docs in the warning message for preview model (#1060) This should be `llama-3.2-3b` instead of `llama-3.2-3b-instruct`. --- llama_stack/providers/remote/inference/groq/groq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llama_stack/providers/remote/inference/groq/groq.py b/llama_stack/providers/remote/inference/groq/groq.py index 4e6cc2d6b..9b3c1abbf 100644 --- a/llama_stack/providers/remote/inference/groq/groq.py +++ b/llama_stack/providers/remote/inference/groq/groq.py @@ -108,6 +108,7 @@ class GroqInferenceAdapter(Inference, ModelRegistryHelper, NeedsRequestProviderD "Groq only contains a preview version for llama-3.2-3b-instruct. " "Preview models aren't recommended for production use. " "They can be discontinued on short notice." + "More details: https://console.groq.com/docs/models" ) request = convert_chat_completion_request(