Wedyan2023 commited on
Commit
77b552b
·
verified ·
1 Parent(s): 8654ff1

Update app7.py

Browse files
Files changed (1) hide show
  1. app7.py +1 -1
app7.py CHANGED
@@ -11,7 +11,7 @@ load_dotenv()
11
  # Initialize the client
12
  client = OpenAI(
13
  base_url="https://api-inference.huggingface.co/v1",
14
- api_key=os.environ.get('GP_WED') # Add your Huggingface token here
15
  )
16
 
17
 
 
11
  # Initialize the client
12
  client = OpenAI(
13
  base_url="https://api-inference.huggingface.co/v1",
14
+ api_key=os.environ.get('TOKEN2') # Add your Huggingface token here
15
  )
16
 
17