Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import requests
|
|
| 6 |
from mistral_hf_wrapper import MistralInference
|
| 7 |
from agent import solve_task, load_tasks
|
| 8 |
|
| 9 |
-
API_URL = os.getenv("
|
| 10 |
API_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
USERNAME = os.getenv("HF_USERNAME")
|
| 12 |
CODE_LINK = os.getenv("HF_CODE_LINK")
|
|
|
|
| 6 |
from mistral_hf_wrapper import MistralInference
|
| 7 |
from agent import solve_task, load_tasks
|
| 8 |
|
| 9 |
+
API_URL = os.getenv("HF_MISTRAL_ENDPOINT")
|
| 10 |
API_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
USERNAME = os.getenv("HF_USERNAME")
|
| 12 |
CODE_LINK = os.getenv("HF_CODE_LINK")
|