feat: udpated ai parameters
This commit is contained in:
parent
80b70edcaa
commit
9358f55818
@ -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
|
||||
}
|
||||
|
||||
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user