feat(config): update rabbitmq and membership settings, add redis and cache configurations
Deployment Config CI / Deployment Config (push) Successful in 12s
Frontend CI / Frontend (push) Has been cancelled

This commit is contained in:
2026-05-01 13:40:45 +08:00
parent 035d0d6da8
commit cb4c4eece9
4 changed files with 75 additions and 18 deletions
@@ -128,7 +128,7 @@ function normalizeDeepSeekProviderModelLabel(value: unknown): string | null {
return null;
}
if (/r1|reasoner|deepthink|深度思考/.test(compact)) {
return "DeepSeek-R1";
return "DeepSeek";
}
const versionMatch =
@@ -1511,7 +1511,7 @@ async function readDeepSeekPageSnapshot(
return null;
}
if (/r1|reasoner|deepthink|深度思考/.test(compact)) {
return "DeepSeek-R1";
return "DeepSeek";
}
const versionMatch =