diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-20 19:36:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 19:36:08 +0200 |
| commit | 940fd18db7dec5e00abff48b84e0711cd513996d (patch) | |
| tree | cafc591f65bc3ba7f9092b56e9ad1758188f5222 /doc | |
| parent | cdba3579d66956d356c424945a346a0f044facea (diff) | |
| parent | e4c3dad037a1950de5eee153c45c2eddfe0f8f7a (diff) | |
| download | vim-ai-940fd18db7dec5e00abff48b84e0711cd513996d.tar.gz | |
Merge pull request #22 from madox2/empty-response-elimination
Empty response elimination, closes #20
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": { |