forked from phoenix-oss/llama-stack-mirror
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:
parent
2fa9e3c941
commit
f9ca441974
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue