feat: add AI Gateway to setup wizard, doctor, and fallback providers

This commit is contained in:
jerilynzheng
2026-03-15 22:29:52 -07:00
committed by teknium1
parent 20f84ae176
commit f191e35bb9
3 changed files with 39 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ Both `provider` and `model` are **required**. If either is missing, the fallback
| Provider | Value | Requirements |
|----------|-------|-------------|
| AI Gateway | `ai-gateway` | `AI_GATEWAY_API_KEY` |
| OpenRouter | `openrouter` | `OPENROUTER_API_KEY` |
| Nous Portal | `nous` | `hermes login` (OAuth) |
| OpenAI Codex | `openai-codex` | `hermes model` (ChatGPT OAuth) |