mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 19:45:34 +08:00
feat: update Ucloud presets and add OpenClaw defaults for Ucloud/Micu
- Update Ucloud links to coding-plan page across READMEs - Remove hardcoded model overrides from Claude preset - Switch Codex model from zai-org/glm-5 to gpt-5.4 - Replace GLM-5/MiniMax models with claude-opus-4-6 in OpenClaw preset - Add templateValues and suggestedDefaults for Ucloud and Micu OpenClaw presets
This commit is contained in:
@@ -283,12 +283,13 @@ requires_openai_auth = true`,
|
||||
{
|
||||
name: "Ucloud",
|
||||
websiteUrl: "https://www.compshare.cn",
|
||||
apiKeyUrl: "https://api.modelverse.cn/v1",
|
||||
apiKeyUrl:
|
||||
"https://www.compshare.cn/coding-plan?ytag=GPU_YY_YX_git_cc-switch",
|
||||
auth: generateThirdPartyAuth(""),
|
||||
config: generateThirdPartyConfig(
|
||||
"ucloud",
|
||||
"https://api.modelverse.cn/v1",
|
||||
"zai-org/glm-5",
|
||||
"gpt-5.4",
|
||||
),
|
||||
endpointCandidates: ["https://api.modelverse.cn/v1"],
|
||||
category: "aggregator",
|
||||
|
||||
Reference in New Issue
Block a user