Skip to content

Commit

Permalink
default use gpt-4-turbo-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed Feb 5, 2024
1 parent 4cfd78f commit a63f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Special values:
# human - use human as intermediary with custom LLMs
# llama - use llama.cpp with Llama, Alpaca, Vicuna, GPT4All, etc
LLM_MODEL=gpt-4-1106-preview # alternatively, gpt-4, text-davinci-003, etc
LLM_MODEL=gpt-4-turbo-preview # alternatively, gpt-4, text-davinci-003, etc
# Specified gpt-4-0314 because accuracy dropped when gpt-4-0613 was used

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

0 comments on commit a63f9e9

Please sign in to comment.