Skip to content

Commit d2b627a

Browse files
committed
Fixed base URL
1 parent 93a86eb commit d2b627a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/utils/runwareUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def getCustomEndpoint():
158158
custom_endpoint = os.getenv("RUNWARE_CUSTOM_ENDPOINT")
159159
if custom_endpoint and isinstance(custom_endpoint, str):
160160
return custom_endpoint
161-
return "https://api.runware.dev/v1"
161+
return "https://api.runware.ai/v1"
162162

163163
SESSION_TIMEOUT = getTimeout()
164164
RUNWARE_API_KEY = getAPIKey()

0 commit comments

Comments
 (0)