feat(nvim): upgrade gemini pro version

This commit is contained in:
João Paulo Dubas 2025-05-27 18:53:29 +00:00
parent d461b517fc
commit 36468823ae
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -234,7 +234,7 @@ return {
name = 'gemini_pro', name = 'gemini_pro',
schema = { schema = {
model = { model = {
default = 'gemini-2.5-pro-exp-03-25', default = 'gemini-2.5-pro-preview-05-06',
}, },
}, },
}) })