From 6366dfbfb3f7422a09f061cc5f7aebeacebc22e0 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sat, 7 Dec 2024 11:23:25 +0100 Subject: improved initial message config --- README.md | 2 +- autoload/vim_ai_config.vim | 2 +- doc/vim-ai.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d387aaf..abe74b6 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ let s:initial_complete_prompt =<< trim END You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. -If you answer in a code, do not wrap it in markdown blocks. +If you answer in a code, do not wrap it in markdown code block. END " :AI diff --git a/autoload/vim_ai_config.vim b/autoload/vim_ai_config.vim index 3e63e70..50e36ab 100644 --- a/autoload/vim_ai_config.vim +++ b/autoload/vim_ai_config.vim @@ -6,7 +6,7 @@ let s:initial_complete_prompt =<< trim END You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. -If you answer in a code, do not wrap it in markdown blocks. +If you answer in a code, do not wrap it in markdown code block. END let g:vim_ai_complete_default = { \ "engine": "chat", diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 61bf1af..ff080f8 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -27,7 +27,7 @@ Options: > You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. - If you answer in a code, do not wrap it in markdown blocks. + If you answer in a code, do not wrap it in markdown code block. END let g:vim_ai_complete_default = { @@ -66,7 +66,7 @@ Options: > You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. - If you answer in a code, do not wrap it in markdown blocks. + If you answer in a code, do not wrap it in markdown code block. END let g:vim_ai_edit_default = { -- cgit v1.2.3