adjust to only get one completion
This commit is contained in:
parent
51a36242ef
commit
1745f108eb
|
@ -70,7 +70,8 @@ return {
|
||||||
debounce = 400,
|
debounce = 400,
|
||||||
notify = 'verbose',
|
notify = 'verbose',
|
||||||
request_timeout = 60,
|
request_timeout = 60,
|
||||||
n_completions = 3,
|
add_single_line_entry = false,
|
||||||
|
n_completions = 1,
|
||||||
provider_options = {
|
provider_options = {
|
||||||
openai_fim_compatible = {
|
openai_fim_compatible = {
|
||||||
model = model,
|
model = model,
|
||||||
|
|
Loading…
Reference in a new issue