There was an error while loading. Please reload this page.
1 parent 9e9f3c2 commit 5bf8bc0Copy full SHA for 5bf8bc0
1 file changed
src/runloop_api_client/_client.py
@@ -93,7 +93,7 @@ def __init__(
93
if base_url is None:
94
base_url = os.environ.get("RUNLOOP_BASE_URL")
95
96
- base_url = f"https://api.runloop.pro"
+ base_url = f"https://api.runloop.ai"
97
98
super().__init__(
99
version=__version__,
@@ -265,7 +265,7 @@ def __init__(
265
266
267
268
269
270
271
0 commit comments