feat(config): update rabbitmq and membership settings, add redis and cache configurations
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user