From 9358f55818752909d67dfcefc5ea0bbf07d0e720 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Jul 2025 21:00:43 +0000 Subject: [PATCH] feat: udpated ai parameters --- lua/community.lua | 2 +- lua/plugins/avante-nvim.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/community.lua b/lua/community.lua index cce9c7f..a53ca6c 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -6,6 +6,6 @@ return { "AstroNvim/astrocommunity", { import = "astrocommunity.pack.lua" }, - -- { import = "astrocommunity.completion.avante-nvim" }, + { import = "astrocommunity.completion.avante-nvim" }, -- import/override with your plugins folder } diff --git a/lua/plugins/avante-nvim.lua b/lua/plugins/avante-nvim.lua index 6473722..ad300d2 100644 --- a/lua/plugins/avante-nvim.lua +++ b/lua/plugins/avante-nvim.lua @@ -1,4 +1,4 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE return { { -- further customize the options set by the community @@ -13,7 +13,7 @@ return { endpoint = "https://api.deepseek.com", model = "deepseek-coder", max_tokens = 8192, - disable_tools = true, + -- disable_tools = true, }, }, },