Add Grok and VEO video workflow support

This commit is contained in:
o1key
2026-06-04 16:06:23 +08:00
parent 5d9aff9ca7
commit 30e9603f77
24 changed files with 3752 additions and 528 deletions
+2
View File
@@ -148,4 +148,6 @@ def get_async_api_base_url() -> str:
def get_base_url_by_route(route: str) -> str:
"""根据网络线路选项返回对应域名,未匹配则走 config 垫底"""
if isinstance(route, (list, tuple)):
route = route[0] if route else None
return NETWORK_ROUTES.get(route, get_api_base_url())