WinstonDeng commited on
Commit
79229c9
·
verified ·
1 Parent(s): 5fe304a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def chat_with_step(
39
  # Initialize OpenAI client configured for StepFun
40
  client = OpenAI(
41
  api_key=key,
42
- base_url="https://api.stepfun.ai/v1",
43
  )
44
 
45
  # Prepare parameters for the API call
 
39
  # Initialize OpenAI client configured for StepFun
40
  client = OpenAI(
41
  api_key=key,
42
+ base_url="https://api.stepfun.com/v1",
43
  )
44
 
45
  # Prepare parameters for the API call