fix: avante parameters
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user