summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/vim-ai.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt
index 6479a07..21427e3 100644
--- a/doc/vim-ai.txt
+++ b/doc/vim-ai.txt
@@ -26,7 +26,7 @@ Options: >
\ "options": {
\ "model": "gpt-3.5-turbo-instruct",
\ "endpoint_url": "https://api.openai.com/v1/completions",
- \ "max_tokens": 0,
+ \ "max_tokens": 1000,
\ "temperature": 0.1,
\ "request_timeout": 20,
\ "enable_auth": 1,
@@ -52,7 +52,7 @@ Options: >
\ "options": {
\ "model": "gpt-3.5-turbo-instruct",
\ "endpoint_url": "https://api.openai.com/v1/completions",
- \ "max_tokens": 0,
+ \ "max_tokens": 1000,
\ "temperature": 0.1,
\ "request_timeout": 20,
\ "enable_auth": 1,