fix(avante): disable auto_suggestions
This commit is contained in:
parent
87473baed4
commit
8376321b37
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
||||||
provider = "openai",
|
provider = "openai",
|
||||||
auto_suggestions_provider = "openai",
|
auto_suggestions_provider = "openai",
|
||||||
behaviour = {
|
behaviour = {
|
||||||
auto_suggestions = true,
|
-- auto_suggestions = true,
|
||||||
},
|
},
|
||||||
openai = {
|
openai = {
|
||||||
model = "gpt-4o",
|
model = "gpt-4o",
|
||||||
|
|
Loading…
Reference in a new issue