mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-31 13:20:10 +08:00
feat(hermes-provider): rename 'Alibaba Cloud (DashScope)' to 'Qwen Cloud' to match upstream
Hermes core 1e01b25e7 (May 2026) renamed the display label across the model picker / wizard / status output but kept the provider slug 'alibaba' and the DASHSCOPE_* env vars unchanged. Mirror the label here so the picker label in ClawPanel matches what users see in the Hermes TUI/CLI; existing configs are not migrated because slug and env vars are stable.
This commit is contained in:
@@ -283,7 +283,9 @@ const P_MINIMAX_OAUTH: HermesProvider = HermesProvider {
|
||||
|
||||
const P_ALIBABA: HermesProvider = HermesProvider {
|
||||
id: "alibaba",
|
||||
name: "Alibaba Cloud (DashScope)",
|
||||
// 与 Hermes 内核 1e01b25e7 保持一致:显示名重命名为 Qwen Cloud,
|
||||
// slug "alibaba" 与 DASHSCOPE_API_KEY env var 保持不变(用户现有配置不受影响)。
|
||||
name: "Qwen Cloud",
|
||||
auth_type: AUTH_API_KEY,
|
||||
base_url: "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
|
||||
base_url_env_var: "DASHSCOPE_BASE_URL",
|
||||
|
||||
Reference in New Issue
Block a user