Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ if not HF_TOKEN:
|
|
8 |
raise ValueError("Please set your Hugging Face API token as HF_API_TOKEN in the Secrets settings.")
|
9 |
|
10 |
# Model details
|
11 |
-
MODEL_ID = "meta-llama/llama-3.2-
|
12 |
API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
|
13 |
|
14 |
# Headers for API requests
|
|
|
8 |
raise ValueError("Please set your Hugging Face API token as HF_API_TOKEN in the Secrets settings.")
|
9 |
|
10 |
# Model details
|
11 |
+
MODEL_ID = "meta-llama/llama-3.2-70b-instruct" # Change to the exact model ID
|
12 |
API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
|
13 |
|
14 |
# Headers for API requests
|