File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,11 @@ highlight llama_hl_hint guifg=#ff772f
3939highlight llama_hl_info guifg= #77 ff2f
4040
4141" endpoint: llama.cpp server endpoint
42- " n_prefix: number of lines to include in the prefix
43- " n_suffix: number of lines to include in the suffix
42+ " n_prefix: number of lines before the cursor location to include in the prefix
43+ " n_suffix: number of lines after the cursor location to include in the suffix
4444" n_predict: max number of tokens to predict
45- " t_max_prompt_ms: max alloted time for the text generation
45+ " t_max_prompt_ms: max alloted time for the prompt generation (TODO: not yet supported)
46+ " t_max_predict_ms: max alloted time for the prediction
4647" show_info: show extra info about the inference
4748" auto_fim: trigger FIM completion automatically on cursor movement
4849let s: default_config = {
You can’t perform that action at this time.
0 commit comments