diff --git a/.env.example b/.env.example index b15d04d2..7d5e779b 100644 --- a/.env.example +++ b/.env.example @@ -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)