Spaces:
Runtime error
Runtime error
sarath-shekkizhar
commited on
Commit
•
43a032b
1
Parent(s):
ef90a85
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from openai import OpenAI, APIError
|
|
9 |
|
10 |
client = OpenAI(
|
11 |
base_url="https://hjopms3xd7gembdu.us-east-1.aws.endpoints.huggingface.cloud/v1/",
|
12 |
-
api_key=""
|
13 |
)
|
14 |
|
15 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
9 |
|
10 |
client = OpenAI(
|
11 |
base_url="https://hjopms3xd7gembdu.us-east-1.aws.endpoints.huggingface.cloud/v1/",
|
12 |
+
api_key="hf_XXXXX"
|
13 |
)
|
14 |
|
15 |
MAX_MAX_NEW_TOKENS = 2048
|