Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 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
|