summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-21 18:41:42 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-21 18:41:42 +0200
commit9a90d8fc431fc424ccb664516833d837dcf7ac77 (patch)
tree64cae53fea5f337bc177f93bf8ef42a71efaa289
parentd3800d43342252f1bc2ecd3ddb0f905dfb90042e (diff)
parent7ef1cc6d83824fe3ecf26d1d72d0741cdb578c99 (diff)
downloadvim-ai-9a90d8fc431fc424ccb664516833d837dcf7ac77.tar.gz
Merge branch 'main' into next
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3046570..c008081 100644
--- a/README.md
+++ b/README.md
@@ -186,7 +186,7 @@ Below are listed all available configuration options, along with their default v
```vim
" :AI
" - options: openai config (see https://platform.openai.com/docs/api-reference/completions)
-" - options.request_timout: request timeout in seconds
+" - options.request_timeout: request timeout in seconds
" - options.selection_boundary: seleciton prompt wrapper (eliminates empty responses, see #20)
" - engine: complete | chat - see how to configure chat engine in the section below
let g:vim_ai_complete = {
@@ -202,7 +202,7 @@ let g:vim_ai_complete = {
" :AIEdit
" - options: openai config (see https://platform.openai.com/docs/api-reference/completions)
-" - options.request_timout: request timeout in seconds
+" - options.request_timeout: request timeout in seconds
" - options.selection_boundary: seleciton prompt wrapper
" - engine: complete | chat - see how to configure chat engine in the section below
let g:vim_ai_edit = {
@@ -227,7 +227,7 @@ END
" :AIChat
" - options: openai config (see https://platform.openai.com/docs/api-reference/chat)
" - options.initial_prompt: prompt prepended to every chat request
-" - options.request_timout: request timeout in seconds
+" - options.request_timeout: request timeout in seconds
" - options.selection_boundary: seleciton prompt wrapper
" - ui.populate_options: put [chat-options] to the chat header
" - ui.open_chat_command: customize how to open chat window