FD900 commited on
Commit
ab4a23f
·
verified ·
1 Parent(s): 991437e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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("HF_MISTRAL_URL")
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