Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
46e8158
1
Parent(s):
879455c
use meta-llama/Llama-2-70b-chat-hf by default
Browse files
.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="
|
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
|