ccibeekeoc42 commited on
Commit
0e30cd1
·
verified ·
1 Parent(s): 5e57552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ print("API key successfully loaded.")
25
  # Initialize OpenAI client for Hugging Face Inference Endpoint
26
  client = OpenAI(
27
  base_url="https://f2iozzwigntrzkve.us-east-1.aws.endpoints.huggingface.cloud/v1/",
28
- api_key=api_key}"
29
  )
30
 
31
 
 
25
  # Initialize OpenAI client for Hugging Face Inference Endpoint
26
  client = OpenAI(
27
  base_url="https://f2iozzwigntrzkve.us-east-1.aws.endpoints.huggingface.cloud/v1/",
28
+ api_key=api_key
29
  )
30
 
31