picoclaw/pkg/config
yinwm df6958f312 feat(config): add complete model_list template with all 17 providers
- Include all 17 supported providers in default config as templates
- Each entry has model_name, model, api_base, and empty api_key
- Add comments with API key links for each provider
- Keep onboard message simple (only OpenRouter and Ollama)
- Fix duplicate model_name (cerebras-llama-3.3-70b)

Providers included:
Zhipu, OpenAI, Anthropic, DeepSeek, Gemini, Qwen, Moonshot,
Groq, OpenRouter, NVIDIA, Cerebras, Volcengine, ShengsuanYun,
Antigravity, GitHub Copilot, Ollama, VLLM

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 09:30:09 +08:00
..
config.go feat(config): add complete model_list template with all 17 providers 2026-02-20 09:30:09 +08:00
config_test.go merge: sync upstream/main (PR #213) into feat/multi-agent-routing 2026-02-18 11:39:14 -03:00
defaults.go feat(config): add complete model_list template with all 17 providers 2026-02-20 09:30:09 +08:00
migration.go refactor(config): use provider-specific protocol instead of generic openai protocol 2026-02-20 01:07:36 +08:00
migration_test.go refactor(config): use provider-specific protocol instead of generic openai protocol 2026-02-20 01:07:36 +08:00
model_config_test.go feat(config): validate duplicate model names 2026-02-19 12:45:12 +08:00