rename GEMINI_FLUSH->GEMINI_FLASH (#1333)

This commit is contained in:
Nick Fisher
2024-12-06 12:28:54 +08:00
committed by GitHub
parent 873b484ffa
commit f7f5c47c8e
2 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ if settings.ENABLE_GEMINI:
),
)
LLMConfigRegistry.register_config(
"GEMINI_FLUSH",
"GEMINI_FLASH",
LLMConfig(
"gemini/gemini-1.5-flash",
["GEMINI_API_KEY"],