FD900 commited on
Commit
33cdb30
·
verified ·
1 Parent(s): 877add2

Update app.py

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