We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861cb4 commit 4153e0bCopy full SHA for 4153e0b
1 file changed
internal/site/app/(app)/[organization]/~/onboarding/llm-providers.ts
@@ -36,7 +36,7 @@ export const LLM_PROVIDERS: LlmProvider[] = [
36
placeholder: "vck_...",
37
helpUrl: "https://vercel.com/ai-gateway",
38
createKeyText: "Create Vercel AI Gateway API Key",
39
- envVarKey: "VERCEL_AI_GATEWAY_API_KEY",
+ envVarKey: "AI_GATEWAY_API_KEY",
40
},
41
];
42
0 commit comments