Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ from pathlib import Path
|
|
26 |
|
27 |
|
28 |
# Create Client
|
29 |
-
anyscale_api_key =
|
|
|
30 |
|
31 |
client = OpenAI(base_url="https://api.endpoints.anyscale.com/v1",
|
32 |
api_key=anyscale_api_key
|
|
|
26 |
|
27 |
|
28 |
# Create Client
|
29 |
+
anyscale_api_key = 'esecret_gseacat1ltrafee81njti6867e'
|
30 |
+
#userdata.get('anyscale_apiKey')
|
31 |
|
32 |
client = OpenAI(base_url="https://api.endpoints.anyscale.com/v1",
|
33 |
api_key=anyscale_api_key
|