Skip to content

Commit c9b80f2

Browse files
committed
llama.vim : fix docs [no ci]
1 parent e4226d2 commit c9b80f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/llama.vim

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ highlight llama_hl_hint guifg=#ff772f
3939
highlight llama_hl_info guifg=#77ff2f
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
4849
let s:default_config = {

0 commit comments

Comments
 (0)