Wedyan2023 commited on
Commit
9602223
·
verified ·
1 Parent(s): a9c75c3

Update app5.py

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