Wedyan2023 commited on
Commit
cfc9859
·
verified ·
1 Parent(s): fdd9129

Update app222.py

Browse files
Files changed (1) hide show
  1. app222.py +1 -1
app222.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('GP2_2') # Add your Huggingface token here
15
  )
16
 
17
  # Supported models
 
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
  # Supported models