From 7da48a934c8dc2c6e9165faedef7abe6bb22ec22 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 3 Dec 2024 22:18:08 +0100 Subject: docu new options --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 39df1d6..142a195 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ let g:vim_ai_complete = { \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, +\ "stream": 1, \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, @@ -298,6 +299,7 @@ let g:vim_ai_edit = { \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, +\ "stream": 1, \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, @@ -329,8 +331,10 @@ let g:vim_ai_chat = { \ "model": "gpt-4o", \ "endpoint_url": "https://api.openai.com/v1/chat/completions", \ "max_tokens": 0, +\ "max_completion_tokens": 0, \ "temperature": 1, \ "request_timeout": 20, +\ "stream": 1, \ "enable_auth": 1, \ "selection_boundary": "", \ "initial_prompt": s:initial_chat_prompt, -- cgit v1.2.3