From 5624e919df7e2937880773b12b5b3fbf16382694 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 11 Oct 2024 19:39:44 +0300 Subject: [PATCH] llama.vim : fix docs [no ci] --- examples/llama.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/llama.vim b/examples/llama.vim index e23373f3b..56a876b0d 100644 --- a/examples/llama.vim +++ b/examples/llama.vim @@ -39,10 +39,11 @@ highlight llama_hl_hint guifg=#ff772f highlight llama_hl_info guifg=#77ff2f " endpoint: llama.cpp server endpoint -" n_prefix: number of lines to include in the prefix -" n_suffix: number of lines to include in the suffix +" n_prefix: number of lines before the cursor location to include in the prefix +" n_suffix: number of lines after the cursor location to include in the suffix " n_predict: max number of tokens to predict -" t_max_prompt_ms: max alloted time for the text generation +" t_max_prompt_ms: max alloted time for the prompt generation (TODO: not yet supported) +" t_max_predict_ms: max alloted time for the prediction " show_info: show extra info about the inference " auto_fim: trigger FIM completion automatically on cursor movement let s:default_config = {