Mina Parham commited on
Commit
ff48a14
·
1 Parent(s): 9d26097

Change api key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ models = {
14
  judge_model_url = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
15
 
16
  # Your Hugging Face API Token
17
- API_TOKEN = "YOUR_HUGGINGFACE_API_TOKEN"
18
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
19
 
20
  # Async function to call a model
 
14
  judge_model_url = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
15
 
16
  # Your Hugging Face API Token
17
+ API_TOKEN = "HF_API_TOKEN"
18
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
19
 
20
  # Async function to call a model