chore(helix): Increase lsp-ai
context length
This commit is contained in:
parent
1797b88803
commit
05f80c27a3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ model = "codestral"
|
||||||
|
|
||||||
[language-server.lsp-ai.config.completion.parameters]
|
[language-server.lsp-ai.config.completion.parameters]
|
||||||
max_tokens = 64
|
max_tokens = 64
|
||||||
max_context = 1024
|
max_context = 2048
|
||||||
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
Loading…
Reference in a new issue