Skip to content

Commit

Permalink
Specified gpt-4-0314 because accuracy dropped when gpt-4-0613 was used
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed Jun 20, 2023
1 parent 5a60dc8 commit a4439f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
# Special values:
# human - use human as intermediary with custom LLMs
# llama - use llama.cpp with Llama, Alpaca, Vicuna, GPT4All, etc
LLM_MODEL=gpt-4 # alternatively, gpt-4, text-davinci-003, etc
LLM_MODEL=gpt-4-0314 # 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
#LLAMA_THREADS_NUM=8 # Set the number of threads for llama (optional)
Expand Down

0 comments on commit a4439f0

Please sign in to comment.