mirnaaiman commited on
Commit
c1296ef
·
verified ·
1 Parent(s): 26209fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  DEFAULT_MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.1"
7
 
8
- HF_TOKEN = os.getenv("HF_API_TOKEN") # Loads token if set as a secret
9
 
10
  # --- Initialize Inference Client ---
11
  client = None
 
5
 
6
  DEFAULT_MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.1"
7
 
8
+ HF_TOKEN = os.getenv("API_TOKEN_2") # Loads token if set as a secret
9
 
10
  # --- Initialize Inference Client ---
11
  client = None