mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
refactor: rename bailian to modelstudio and fix review issues
- Rename provider ID, constants, functions, CLI flags, and types from "bailian" to "modelstudio" to match the official English name "Alibaba Cloud Model Studio". - Fix P2 bug: global endpoint variant now always overwrites baseUrl instead of silently preserving a stale CN URL. - Fix P1 bug: add modelstudio entry to PROVIDER_ENV_VARS so secret-input-mode=ref no longer throws. - Move Model Studio imports to top of onboard-auth.config-core.ts. - Remove unused BAILIAN_BASE_URL export. Made-with: Cursor
This commit is contained in:
committed by
Peter Steinberger
parent
77a35025e8
commit
95eaa08781
@@ -160,8 +160,8 @@ export function registerOnboardCommand(program: Command) {
|
||||
zaiApiKey: opts.zaiApiKey as string | undefined,
|
||||
xiaomiApiKey: opts.xiaomiApiKey as string | undefined,
|
||||
qianfanApiKey: opts.qianfanApiKey as string | undefined,
|
||||
bailianApiKeyCn: opts.bailianApiKeyCn as string | undefined,
|
||||
bailianApiKey: opts.bailianApiKey as string | undefined,
|
||||
modelstudioApiKeyCn: opts.modelstudioApiKeyCn as string | undefined,
|
||||
modelstudioApiKey: opts.modelstudioApiKey as string | undefined,
|
||||
minimaxApiKey: opts.minimaxApiKey as string | undefined,
|
||||
syntheticApiKey: opts.syntheticApiKey as string | undefined,
|
||||
veniceApiKey: opts.veniceApiKey as string | undefined,
|
||||
|
||||
Reference in New Issue
Block a user