Wedyan2023 commited on
Commit
b7d0874
·
verified ·
1 Parent(s): 6e74d23

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -28,7 +28,7 @@ load_dotenv()
28
  client = OpenAI(
29
  base_url="https://api-inference.huggingface.co/v1",
30
  #api_key=os.environ.get('HUGGINGFACE_API_TOKEN') # Add your Huggingface token here
31
- api_key=os.environ.get('HF_TOKEN') # Add your Huggingface token here
32
  )
33
 
34
  # Supported models
 
28
  client = OpenAI(
29
  base_url="https://api-inference.huggingface.co/v1",
30
  #api_key=os.environ.get('HUGGINGFACE_API_TOKEN') # Add your Huggingface token here
31
+ api_key=os.environ.get('TOKEN2') # Add your Huggingface token here
32
  )
33
 
34
  # Supported models