summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2024-09-12 08:27:10 +0200
committerGitHub <noreply@github.com>2024-09-12 08:27:10 +0200
commit758be522e6d765eeb78ce7681f4b39e3b05043b8 (patch)
treebe3770c0aaa4344dd000f1338d64e01ffcd32d03
parentff479a02e8c7fce544f51ffc4be2542e7dd88039 (diff)
parentf2990a5adbfd107324493e7cf84c002a3e989402 (diff)
downloadvim-ai-758be522e6d765eeb78ce7681f4b39e3b05043b8.tar.gz
Merge pull request #119 from eltociear/patch-1
docs: update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 575e64c..39df1d6 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ Please note that there isn't any token limit imposed on chat model.
" - options: openai config (see https://platform.openai.com/docs/api-reference/completions)
" - options.request_timeout: request timeout in seconds
" - options.enable_auth: enable authorization using openai key
-" - options.selection_boundary: seleciton prompt wrapper (eliminates empty responses, see #20)
+" - options.selection_boundary: selection prompt wrapper (eliminates empty responses, see #20)
" - ui.paste_mode: use paste mode (see more info in the Notes below)
let g:vim_ai_complete = {
\ "engine": "complete",
@@ -288,7 +288,7 @@ let g:vim_ai_complete = {
" - options: openai config (see https://platform.openai.com/docs/api-reference/completions)
" - options.request_timeout: request timeout in seconds
" - options.enable_auth: enable authorization using openai key
-" - options.selection_boundary: seleciton prompt wrapper (eliminates empty responses, see #20)
+" - options.selection_boundary: selection prompt wrapper (eliminates empty responses, see #20)
" - ui.paste_mode: use paste mode (see more info in the Notes below)
let g:vim_ai_edit = {
\ "engine": "complete",
@@ -319,7 +319,7 @@ END
" - options.initial_prompt: prompt prepended to every chat request (list of lines or string)
" - options.request_timeout: request timeout in seconds
" - options.enable_auth: enable authorization using openai key
-" - options.selection_boundary: seleciton prompt wrapper (eliminates empty responses, see #20)
+" - options.selection_boundary: selection prompt wrapper (eliminates empty responses, see #20)
" - ui.populate_options: put [chat-options] to the chat header
" - ui.open_chat_command: preset (preset_below, preset_tab, preset_right) or a custom command
" - ui.scratch_buffer_keep_open: re-use scratch buffer within the vim session