changed gemini model

This commit is contained in:
Oliver Hartmann 2025-05-21 21:55:38 +02:00
parent 2c3a45e455
commit 45c6579704

View File

@ -14,7 +14,7 @@ return {
}, },
gemini = { gemini = {
api_key_name = 'GEMINI_API_KEY', api_key_name = 'GEMINI_API_KEY',
model = 'gemini-2.5-pro-exp-03-25', model = 'gemini-2.5-flash-preview-04-17',
}, },
}, },
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true` -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`