feat: 将 ofcx-go backend 收敛为 dsflash-go
This commit is contained in:
@@ -109,6 +109,7 @@ export function assertNoSecretLeak(value: unknown): void {
|
||||
|
||||
export function profileSecretHome(context: Pick<SelfTestContext, "codexHome"> & Partial<Pick<SelfTestContext, "deepseekHome" | "minimaxM3Home">>, profile: BackendProfile): string {
|
||||
if (profile === "deepseek") return context.deepseekHome ?? context.codexHome;
|
||||
if (profile === "dsflash-go") return context.deepseekHome ?? context.codexHome;
|
||||
if (profile === "minimax-m3") return context.minimaxM3Home ?? context.codexHome;
|
||||
return context.codexHome;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user