From 47edf650830ca4831da9911dec12d645f599bcf5 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 23 Apr 2025 19:36:34 -0400 Subject: [PATCH] feat: changing the model --- lua/cargdev/plugins/aicargdev.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/cargdev/plugins/aicargdev.lua b/lua/cargdev/plugins/aicargdev.lua index 5cb22a8..9f0b335 100644 --- a/lua/cargdev/plugins/aicargdev.lua +++ b/lua/cargdev/plugins/aicargdev.lua @@ -1,6 +1,6 @@ return { { - "yetone/avante.nvim", + "CarGDev/avante.nvim", event = "VeryLazy", lazy = false, version = false, -- Always pull the latest change @@ -11,7 +11,7 @@ return { name = "cargdev", -- Optional endpoint = "https://api-ai.cargdev.io/api/generate", api_key_name = "CARGDEV_API_KEY", -- reference the ENV VAR below - model = "deepseek-coder:6.7b", + model = "qwen2.5-coder:7b", __inherited_from = "ollama", -- ensures compatibility max_tokens = 8192, },