Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ if not hf_token:
|
|
21 |
raise ValueError("Please set the HUGGINGFACE_TOKEN environment variable")
|
22 |
|
23 |
# Define the model name
|
24 |
-
model_name = "meta-llama/Llama-2-7b-hf"
|
25 |
|
26 |
try:
|
27 |
logger.info("Starting model initialization...")
|
|
|
21 |
raise ValueError("Please set the HUGGINGFACE_TOKEN environment variable")
|
22 |
|
23 |
# Define the model name
|
24 |
+
model_name = "meta-llama/Llama-2-7b-chat-hf"
|
25 |
|
26 |
try:
|
27 |
logger.info("Starting model initialization...")
|