feat(neovim): experiment with ai agents #237

Merged
joao.dubas merged 10 commits from jpd-chore-improve-ai-configuration into main 2025-05-28 18:37:08 +00:00
Showing only changes of commit 509e884c03 - Show all commits

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',
}, },
}, },
}) })