From 9cf2f4fc3e494b807f241c8bdb0f9464f516b7c2 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 15 Apr 2025 10:01:03 +0530 Subject: [PATCH] refactor: switch the default provider to deepseek --- lua/plugins/avante.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/avante.lua b/lua/plugins/avante.lua index f730a13..76539fe 100644 --- a/lua/plugins/avante.lua +++ b/lua/plugins/avante.lua @@ -6,7 +6,7 @@ return { opts = { -- add any opts here -- for example - provider = "mistral", + provider = "deepseek", ollama = { model = "codellama", endpoint = "http://127.0.0.1:11434",