zen: byok for gemini

This commit is contained in:
Frank 2025-11-24 17:09:53 -05:00
parent dd6113c9d1
commit 9bd6be5c6d

View file

@ -8,6 +8,7 @@ import styles from "./provider-section.module.css"
const PROVIDERS = [
{ name: "OpenAI", key: "openai", prefix: "sk-" },
{ name: "Anthropic", key: "anthropic", prefix: "sk-ant-" },
{ name: "Google Gemini", key: "google", prefix: "AI" },
] as const
type Provider = (typeof PROVIDERS)[number]