mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMs: Gemini 3 - enable code execution
This commit is contained in:
@@ -167,6 +167,7 @@ const _knownGeminiModels: ({
|
||||
parameterSpecs: [
|
||||
{ paramId: 'llmVndGeminiThinkingLevel' /* replaces thinking_budget for Gemini 3 */ },
|
||||
{ paramId: 'llmVndGeminiMediaResolution' },
|
||||
{ paramId: 'llmVndGeminiCodeExecution' },
|
||||
{ paramId: 'llmVndGeminiGoogleSearch' },
|
||||
],
|
||||
benchmark: { cbaElo: 1501 }, // First model to exceed 1500 Elo on LMArena
|
||||
|
||||
Reference in New Issue
Block a user