mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
zen: byok for gemini
This commit is contained in:
parent
dd6113c9d1
commit
9bd6be5c6d
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue