fix: avante parameters

This commit is contained in:
root
2025-07-14 20:48:58 +00:00
parent 049160ceac
commit 80b70edcaa
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,8 +1,11 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
return {
{ -- further customize the options set by the community
"yetone/avante.nvim",
opts = {
provider = "deepseek",
auto_suggestions_provider = "deepseek",
providers = {
deepseek = {
__inherited_from = "openai",
@@ -10,6 +13,7 @@ return {
endpoint = "https://api.deepseek.com",
model = "deepseek-coder",
max_tokens = 8192,
disable_tools = true,
},
},
},