wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-04 12:57:13 -05:00
parent 484c90ed00
commit f34a3b6f67
2 changed files with 19 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ export namespace Provider {
const AUTODETECT: Record<string, string[]> = {
anthropic: ["ANTHROPIC_API_KEY"],
openai: ["OPENAI_API_KEY"],
google: ["GOOGLE_GENERATIVE_AI_API_KEY", "GEMINI_API_KEY"],
google: ["GOOGLE_GENERATIVE_AI_API_KEY"], // TODO: support GEMINI_API_KEY?
}
const state = App.state("provider", async () => {