story: [AI Assistant] Testing feedback - Assistant non-functional despite valid API keys #215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
The AI Assistant does not respond to any query, even with valid API keys configured.
Tested across two sessions (May 5 and May 6). On both days, OpenRouter and Anthropic
keys were valid and confirmed, yet the assistant returned errors on every message sent.
The root cause is that Auto (default) is hardcoded to use the model
llama-3.3-70b-versatilevia Groq. When the Groq key is missing, there is nofallback to other configured providers.
Current state
that action. Could you try rephrasing your request?" and "(No response from AI —
the provider returned an empty reply. Please try again or switch models.)"
"Can you help me create slides?", "What is an AI assistant?" -> All failed
used as a fallback
the query, it is a hardcoded model dependency on a missing provider
API key status across two test sessions
Updated Suggestions
Must fix now
llama-3.3-70b-versatilevia Groq inAuto (default) mode, or ensure Groq is pre-configured so users don't need
to supply their own key
the default model/provider is unavailable
Should do soon
message, the May 5 detailed error was actually more useful than the May 6
generic one
onboarding guidance accordingly