Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ install() # Enable rich tracebacks for easier debugging
|
|
17 |
# --- Constants ---
|
18 |
|
19 |
API_URL = "https://api-inference.huggingface.co/models/"
|
20 |
-
MODEL_NAME = "
|
21 |
|
22 |
# Chat Interface Parameters
|
23 |
DEFAULT_TEMPERATURE = 0.9
|
|
|
17 |
# --- Constants ---
|
18 |
|
19 |
API_URL = "https://api-inference.huggingface.co/models/"
|
20 |
+
MODEL_NAME = "meta-llama/Meta-Llama-3.1-8B" # Replace with your desired model
|
21 |
|
22 |
# Chat Interface Parameters
|
23 |
DEFAULT_TEMPERATURE = 0.9
|