wip: refactoring tui
This commit is contained in:
parent
484c90ed00
commit
f34a3b6f67
2 changed files with 19 additions and 14 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue