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`.
This commit is contained in:
Yuan Tang 2025-02-13 12:14:57 -05:00 committed by GitHub
parent 2fa9e3c941
commit f9ca441974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,7 @@ class GroqInferenceAdapter(Inference, ModelRegistryHelper, NeedsRequestProviderD
"Groq only contains a preview version for llama-3.2-3b-instruct. " "Groq only contains a preview version for llama-3.2-3b-instruct. "
"Preview models aren't recommended for production use. " "Preview models aren't recommended for production use. "
"They can be discontinued on short notice." "They can be discontinued on short notice."
"More details: https://console.groq.com/docs/models"
) )
request = convert_chat_completion_request( request = convert_chat_completion_request(