feat: udpated ai parameters

This commit is contained in:
root 2025-07-18 21:00:43 +00:00
parent 80b70edcaa
commit 9358f55818
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -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,
},
},
},