mijgis commited on
Commit
f970f1f
·
verified ·
1 Parent(s): d65d899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ from pathlib import Path
26
 
27
 
28
  # Create Client
29
- anyscale_api_key = userdata.get('anyscale_apiKey')
 
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