summaryrefslogtreecommitdiff
path: root/doc/vim-ai.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vim-ai.txt')
-rw-r--r--doc/vim-ai.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt
index 05b73ca..c983626 100644
--- a/doc/vim-ai.txt
+++ b/doc/vim-ai.txt
@@ -27,7 +27,7 @@ Options: >
\ "model": "text-davinci-003",
\ "max_tokens": 1000,
\ "temperature": 0.1,
- \ "request_timeout": 10,
+ \ "request_timeout": 20,
\ },
\}
@@ -47,7 +47,7 @@ Options: >
\ "model": "text-davinci-003",
\ "max_tokens": 1000,
\ "temperature": 0.1,
- \ "request_timeout": 10,
+ \ "request_timeout": 20,
\ },
\}
@@ -74,7 +74,7 @@ Options: >
\ "model": "gpt-3.5-turbo",
\ "max_tokens": 1000,
\ "temperature": 1,
- \ "request_timeout": 10,
+ \ "request_timeout": 20,
\ "initial_prompt": s:initial_chat_prompt,
\ },
\ "ui": {