Jyothikamalesh commited on
Commit
0c5007d
·
verified ·
1 Parent(s): 61abdf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import tenacity
5
 
6
  # Get the OpenAI API key from the Space settings
7
- ACCESS_TOKEN = os.getenv("ACCESS_TOKEN")
8
 
9
  # Get the model name from the Space settings
10
  MODEL = "NousResearch/Hermes-3-Llama-3.1-8B"
 
4
  import tenacity
5
 
6
  # Get the OpenAI API key from the Space settings
7
+ ACCESS_TOKEN = os.getenv("HF_TOKEN")
8
 
9
  # Get the model name from the Space settings
10
  MODEL = "NousResearch/Hermes-3-Llama-3.1-8B"