Skip to content

Commit a63f9e9

Browse files
committed
default use gpt-4-turbo-preview
1 parent 4cfd78f commit a63f9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Special values:
1010
# human - use human as intermediary with custom LLMs
1111
# llama - use llama.cpp with Llama, Alpaca, Vicuna, GPT4All, etc
12-
LLM_MODEL=gpt-4-1106-preview # alternatively, gpt-4, text-davinci-003, etc
12+
LLM_MODEL=gpt-4-turbo-preview # alternatively, gpt-4, text-davinci-003, etc
1313
# Specified gpt-4-0314 because accuracy dropped when gpt-4-0613 was used
1414

1515
LLAMA_MODEL_PATH= # ex. models/llama-13B/ggml-model.bin

0 commit comments

Comments
 (0)