File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99} from "bailian-cli-core" ;
1010import type { AssetHttpBaseRequest , AssetSyncOssStatus , AssetType } from "./types.ts" ;
1111
12- const ASSET_SERVICE = "bailianAsset " ;
12+ const ASSET_SERVICE = "dashscopeModel " ;
1313const ASSET_BASE = "/zelda/api/v1/bailian/asset" ;
1414export const MAX_ASSET_BATCH_SIZE = 100 ;
1515
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const CONSOLE_LOGIN_TIMEOUT_MS = 15 * 60 * 1000;
2525const MAX_AUTH_CALLBACK_BODY = 65536 ;
2626
2727const CONSOLE_ORIGINS : Record < string , string > = {
28- domestic : "https://bailian.console.aliyun.com" ,
28+ domestic : "https://pre- bailian.console.aliyun.com" ,
2929 international : "https://modelstudio.console.alibabacloud.com" ,
3030} ;
3131
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ interface ConsoleGatewayInfo {
1313
1414const REGION_GATEWAYS : Record < string , Record < ConsoleSite , ConsoleGatewayInfo > > = {
1515 "cn-beijing" : {
16- domestic : { csGateway : "bailian-cs.console.aliyun.com" , action : "BroadScopeAspnGateway" } ,
16+ domestic : { csGateway : "pre- bailian-cs.console.aliyun.com" , action : "BroadScopeAspnGateway" } ,
1717 international : {
1818 csGateway : "bailian-cs.console.alibabacloud.com" ,
1919 action : "BroadScopeAspnGateway" ,
You can’t perform that action at this time.
0 commit comments