feat: add Bailian image generation support
This commit is contained in:
@@ -470,6 +470,7 @@ function providerLabel(provider: GenerationJob["provider"]) {
|
||||
if (provider === "volcengine-visual") return "火山视觉";
|
||||
if (provider === "evolink") return "EvoLink";
|
||||
if (provider === "seedance") return "Seedance";
|
||||
if (provider === "bailian") return "阿里云百炼";
|
||||
return "Mock";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user