mijgis commited on
Commit
054e39d
·
verified ·
1 Parent(s): eb206d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ from pathlib import Path
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
 
26
 
27
 
28
  # Create Client
29
+ #anyscale_api_key = 'esecret_gseacat1ltrafee81njti6867e'
30
+ anyscale_api_key = os.getenv('anyscale_apiKey')
31
 
32
  client = OpenAI(base_url="https://api.endpoints.anyscale.com/v1",
33
  api_key=anyscale_api_key