Skip to content

Commit 4153e0b

Browse files
authored
fix(site): VERCEL_AI_GATEWAY_API_KEY -> AI_GATEWAY_API_KEY (#263)
1 parent 6861cb4 commit 4153e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/site/app/(app)/[organization]/~/onboarding/llm-providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const LLM_PROVIDERS: LlmProvider[] = [
3636
placeholder: "vck_...",
3737
helpUrl: "https://vercel.com/ai-gateway",
3838
createKeyText: "Create Vercel AI Gateway API Key",
39-
envVarKey: "VERCEL_AI_GATEWAY_API_KEY",
39+
envVarKey: "AI_GATEWAY_API_KEY",
4040
},
4141
];
4242

0 commit comments

Comments
 (0)