Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -4,7 +4,7 @@ from metadata import load_metadata
|
|
| 4 |
from mistral_hf_wrapper import MistralInference
|
| 5 |
|
| 6 |
# Load Mistral endpoint and token from environment
|
| 7 |
-
API_URL = os.getenv("
|
| 8 |
API_TOKEN = os.getenv("HF_TOKEN")
|
| 9 |
|
| 10 |
# Load all tasks from metadata.jsonl
|
|
|
|
| 4 |
from mistral_hf_wrapper import MistralInference
|
| 5 |
|
| 6 |
# Load Mistral endpoint and token from environment
|
| 7 |
+
API_URL = os.getenv("HF_MISTRAL_ENDPOINT")
|
| 8 |
API_TOKEN = os.getenv("HF_TOKEN")
|
| 9 |
|
| 10 |
# Load all tasks from metadata.jsonl
|