mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
agent: update default Gemini model
This commit is contained in:
@@ -1292,7 +1292,7 @@ fn defaultModel(p: Config.AiProvider) []const u8 {
|
||||
return switch (p) {
|
||||
.anthropic => "claude-sonnet-4-6",
|
||||
.openai => "gpt-5.5",
|
||||
.gemini => "gemini-3-flash-preview",
|
||||
.gemini => "gemini-3.5-flash",
|
||||
.ollama => "gemma4",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user