Spaces:
Sleeping
Sleeping
carlosgonzalezmartinez
commited on
Commit
•
be1cb46
1
Parent(s):
23ce602
app.py
CHANGED
@@ -38,7 +38,7 @@ from pathlib import Path
|
|
38 |
# Create Client
|
39 |
client = OpenAI(
|
40 |
base_url="https://api.endpoints.anyscale.com/v1",
|
41 |
-
api_key=os.environ
|
42 |
)
|
43 |
|
44 |
|
|
|
38 |
# Create Client
|
39 |
client = OpenAI(
|
40 |
base_url="https://api.endpoints.anyscale.com/v1",
|
41 |
+
api_key=os.environ['CarlosGM']
|
42 |
)
|
43 |
|
44 |
|