Bug Description
- Lowest-Friction Setup
Recommended when the user wants the smallest amount of configuration.
Set:
ANTHROPIC_API_KEY=sk-ant-...
Why:
OpenMAIC server fallback is currently gpt-4o-mini if DEFAULT_MODEL is unset.
Steps to Reproduce
1.Provider Keys
2.set ANTHROPIC_API_KEY
Expected Behavior
successfully connected to LLM
Actual Behavior
connection to LLM failed
Deployment Method
Local development (npm run dev / pnpm dev / yarn dev)
Browser
No response
Operating System
No response
Relevant Logs / Screenshots
Additional Context
maybe skill should set OPENAI_API_KEY ?
Bug Description
Recommended when the user wants the smallest amount of configuration.
Set:
ANTHROPIC_API_KEY=sk-ant-...
Why:
OpenMAIC server fallback is currently gpt-4o-mini if DEFAULT_MODEL is unset.
Steps to Reproduce
1.Provider Keys
2.set ANTHROPIC_API_KEY
Expected Behavior
successfully connected to LLM
Actual Behavior
connection to LLM failed
Deployment Method
Local development (npm run dev / pnpm dev / yarn dev)
Browser
No response
Operating System
No response
Relevant Logs / Screenshots
Additional Context
maybe skill should set OPENAI_API_KEY ?