Sagar23p commited on
Commit
cee0bb3
·
verified ·
1 Parent(s): cbfb0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ load_dotenv()
20
  # initialize the client
21
  client = OpenAI(
22
  base_url="https://api-inference.huggingface.co/v1",
23
- api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')#"hf_xxx" # Replace with your token
24
  )
25
 
26
 
 
20
  # initialize the client
21
  client = OpenAI(
22
  base_url="https://api-inference.huggingface.co/v1",
23
+ api_key=os.environ.get('HUGGINGFACE_API')#"hf_xxx" # Replace with your token
24
  )
25
 
26