mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Update llama_stack/providers/remote/inference/groq/groq.py
This commit is contained in:
parent
aa9a9f18be
commit
b78b9ed4a1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class GroqInferenceAdapter(Inference, ModelRegistryHelper):
|
|||
) -> Union[
|
||||
ChatCompletionResponse, AsyncIterator[ChatCompletionResponseStreamChunk]
|
||||
]:
|
||||
model_id = self.get_provider_model_id(model_id)
|
||||
model_id = self.get_provider_model_id(model_id)
|
||||
if model_id == "llama-3.2-3b-preview":
|
||||
warnings.warn(
|
||||
"Groq only contains a preview version for llama-3.2-3b-instruct. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue