Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import requests
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Retrieve secrets from the Hugging Face environment
|
| 6 |
-
ACCOUNT_ID = os.environ.get("
|
| 7 |
-
API_TOKEN = os.environ.get("
|
| 8 |
|
| 9 |
# We will use Llama-3 as the initial reasoning engine for testing
|
| 10 |
MODEL = "@cf/meta/llama-3.1-8b-instruct"
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Retrieve secrets from the Hugging Face environment
|
| 6 |
+
ACCOUNT_ID = os.environ.get("49fcc4d255c593469b96db6cfd3b8274")
|
| 7 |
+
API_TOKEN = os.environ.get("cfut_YbbCl5maJonPTdEjk27VQ3ilIPko4yVimqTQi9v1bcd1fd1d")
|
| 8 |
|
| 9 |
# We will use Llama-3 as the initial reasoning engine for testing
|
| 10 |
MODEL = "@cf/meta/llama-3.1-8b-instruct"
|