Add GEMINI_3.0_FLASH support and update docker-compose.yml (#4687)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -995,6 +995,19 @@ if settings.ENABLE_GEMINI:
|
||||
),
|
||||
),
|
||||
)
|
||||
LLMConfigRegistry.register_config(
|
||||
"GEMINI_3.0_FLASH",
|
||||
LLMConfig(
|
||||
"gemini/gemini-3-flash-preview",
|
||||
["GEMINI_API_KEY"],
|
||||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
max_completion_tokens=65536,
|
||||
litellm_params=LiteLLMParams(
|
||||
thinking_level="medium" if settings.GEMINI_INCLUDE_THOUGHT else "minimal",
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
if settings.ENABLE_NOVITA:
|
||||
|
||||
Reference in New Issue
Block a user