wip: refactoring tui

This commit is contained in:
adamdottv 2025-06-04 12:57:13 -05:00
commit f34a3b6f67
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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 () => {