ai01firebird commited on
Commit
7a70728
·
verified ·
1 Parent(s): 8f1f038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import re
12
  #)
13
 
14
  # Load API key from environment variables
15
- HF_API_TOKEN = os.getenv("HUG_TOKEN")
16
 
17
  # Hugging Face Inference API Client
18
  client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.1", token=HF_API_TOKEN)
 
12
  #)
13
 
14
  # Load API key from environment variables
15
+ HF_API_TOKEN = os.getenv("HUG_TOKEN_READ")
16
 
17
  # Hugging Face Inference API Client
18
  client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.1", token=HF_API_TOKEN)