Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|