diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-10-21 18:18:10 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-10-21 18:18:10 +0200 |
| commit | dca2bcf256df92196febf9bae77206bb6e51dac1 (patch) | |
| tree | 8da24ac5766aa009a060bd425771b4a91caffe7e /doc/vim-ai.txt | |
| parent | bd0e7668f6709b8fc9cac79e42ccecafde949aff (diff) | |
| download | vim-ai-dca2bcf256df92196febf9bae77206bb6e51dac1.tar.gz | |
option to disable authorization
Diffstat (limited to 'doc/vim-ai.txt')
| -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 be9df1e..fa044f9 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -29,6 +29,7 @@ Options: > \ "temperature": 0.1, \ "request_timeout": 20, \ "base_url": "https://api.openai.com", + \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, \ "ui": { @@ -54,6 +55,7 @@ Options: > \ "temperature": 0.1, \ "request_timeout": 20, \ "base_url": "https://api.openai.com", + \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, \ "ui": { @@ -86,6 +88,7 @@ Options: > \ "temperature": 1, \ "request_timeout": 20, \ "base_url": "https://api.openai.com", + \ "enable_auth": 1, \ "selection_boundary": "#####", \ "initial_prompt": s:initial_chat_prompt, \ }, |