summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 216d238..415927c 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ Below are listed all available configuration options, along with their default v
let g:vim_ai_complete = {
\ "engine": "complete",
\ "options": {
-\ "model": "text-davinci-003",
+\ "model": "gpt-3.5-turbo-instruct",
\ "max_tokens": 1000,
\ "temperature": 0.1,
\ "request_timeout": 20,
@@ -235,7 +235,7 @@ let g:vim_ai_complete = {
let g:vim_ai_edit = {
\ "engine": "complete",
\ "options": {
-\ "model": "text-davinci-003",
+\ "model": "gpt-3.5-turbo-instruct",
\ "max_tokens": 1000,
\ "temperature": 0.1,
\ "request_timeout": 20,