docs(cli): add Vercel provider to setup and doctor
This commit is contained in:
+2
-1
@@ -280,11 +280,12 @@ const checkModelConnectivity: Check = async (ctx) => {
|
||||
}
|
||||
|
||||
// Providers with API-key style auth (no auth store integration yet)
|
||||
const needsKey = ['gemini', 'openrouter', 'xai', 'github'];
|
||||
const needsKey = ['gemini', 'openrouter', 'vercel', 'xai', 'github'];
|
||||
if (needsKey.includes(provider)) {
|
||||
const envVarMap: Record<string, string> = {
|
||||
gemini: 'GEMINI_API_KEY',
|
||||
openrouter: 'OPENROUTER_API_KEY',
|
||||
vercel: 'AI_GATEWAY_API_KEY',
|
||||
xai: 'XAI_API_KEY',
|
||||
github: 'GITHUB_TOKEN',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user