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 --- doc/vim-ai.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index fd30cf7..b5674e9 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -29,6 +29,7 @@ Options: > \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, + \ "stream": 1, \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, @@ -55,6 +56,7 @@ Options: > \ "max_tokens": 1000, \ "temperature": 0.1, \ "request_timeout": 20, + \ "stream": 1, \ "enable_auth": 1, \ "selection_boundary": "#####", \ }, @@ -84,11 +86,13 @@ Options: > \ "options": { \ "model": "gpt-4o", \ "max_tokens": 0, + \ "max_completion_tokens": 0, \ "endpoint_url": "https://api.openai.com/v1/chat/completions", \ "temperature": 1, \ "request_timeout": 20, + \ "stream": 1, \ "enable_auth": 1, - \ "selection_boundary": "#####", + \ "selection_boundary": "", \ "initial_prompt": s:initial_chat_prompt, \ }, \ "ui": { -- cgit v1.2.3