jonaschua commited on
Commit
affcac2
·
verified ·
1 Parent(s): fc5e742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import requests
18
  # Hugging Face API URL
19
  API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
20
 
21
- HF_TOKEN = os.getenv('novitakey')
22
 
23
 
24
  # Function to query the Hugging Face API
 
18
  # Hugging Face API URL
19
  API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
20
 
21
+ HF_TOKEN = os.getenv('hftoken')
22
 
23
 
24
  # Function to query the Hugging Face API