Before submitting your bug report
Relevant environment info
- OS:Archlinux
- Continue version: 1.0.37-eap
- IDE version: Rider 2025.2
- Model: Llama3.1 405b Chat
- config: default
Description
I get the following error if I set up Groq with default settings.
Model/deployment not found for: `llama3.1-405b`
Ask AI mentions the following
The error "Model/deployment not found for: llama3.1-405b" indicates the model name is incorrect. Based on the Groq documentation, the correct model name is llama-3.3-70b-versatile, not llama3.1-405b.
I also noticed: Using Autodetect in the model selects meta-llama/llama-prompt-guard-2-86m which cannot be used for programming due to its narrow window.
It would be great to fix the template so that the plugin is more beginner-friendly 🙂.
To reproduce
- Install Continue plugin
add more providers -> select Groq as provider
- leave Model as default (Llama3.1 405b Chat)
- provide API key
- connect
- use chat
Before submitting your bug report
Relevant environment info
Description
I get the following error if I set up Groq with default settings.
Ask AImentions the followingI also noticed: Using
Autodetectin the model selectsmeta-llama/llama-prompt-guard-2-86mwhich cannot be used for programming due to its narrow window.It would be great to fix the template so that the plugin is more beginner-friendly 🙂.
To reproduce
add more providers-> select Groq as provider