diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/vim-ai.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 37d7add..5cc0718 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -28,6 +28,7 @@ Options: > \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, + \ "selection_boundary": "#####", \ }, \} @@ -48,6 +49,7 @@ Options: > \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, + \ "selection_boundary": "#####", \ }, \} @@ -75,6 +77,7 @@ Options: > \ "max_tokens": 1000, \ "temperature": 1, \ "request_timeout": 20, + \ "selection_boundary": "#####", \ "initial_prompt": s:initial_chat_prompt, \ }, \ "ui": { |