carlosgonzalezmartinez commited on
Commit
a4bf793
1 Parent(s): 1e165a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ from pathlib import Path
37
 
38
  # Create Client
39
  client = OpenAI(
40
- base_url="https://api.endpoints.anyscale.com/v1",
41
  api_key=os.environ['CarlosGM']
42
  )
43
 
 
37
 
38
  # Create Client
39
  client = OpenAI(
40
+ base_url="https://api.openai.com/v1",
41
  api_key=os.environ['CarlosGM']
42
  )
43