Skip to content

Commit d1fa2c8

Browse files
committed
fix(gemini): bump the default model
ideally we would not need to setup a model
1 parent 94a3892 commit d1fa2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/avante/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ M._defaults = {
666666
---@type AvanteSupportedProvider
667667
gemini = {
668668
endpoint = "https://generativelanguage.googleapis.com/v1beta/models",
669-
model = "gemini-2.0-flash",
669+
model = "gemini-3.6-flash",
670670
timeout = 30000, -- Timeout in milliseconds
671671
context_window = 1048576,
672672
use_ReAct_prompt = true,

0 commit comments

Comments
 (0)