jbilcke-hf HF staff commited on
Commit
46e8158
1 Parent(s): 879455c

use meta-llama/Llama-2-70b-chat-hf by default

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -51,7 +51,7 @@ LLM_OPENAI_API_MODEL="gpt-3.5-turbo"
51
  LLM_HF_INFERENCE_ENDPOINT_URL=""
52
 
53
  # If you decided to use a Hugging Face Inference API model for the LLM engine
54
- LLM_HF_INFERENCE_API_MODEL="codellama/CodeLlama-7b-hf"
55
 
56
  # ----------- COMMUNITY SHARING (OPTIONAL) -----------
57
  # You don't need those community sharing options to run the AI Comic Factory
 
51
  LLM_HF_INFERENCE_ENDPOINT_URL=""
52
 
53
  # If you decided to use a Hugging Face Inference API model for the LLM engine
54
+ LLM_HF_INFERENCE_API_MODEL="meta-llama/Llama-2-70b-chat-hf"
55
 
56
  # ----------- COMMUNITY SHARING (OPTIONAL) -----------
57
  # You don't need those community sharing options to run the AI Comic Factory