fix(providers): qiniu doesn't support developer role (#9125)

fix(providers): 更新不支持developer角色的提供商列表
This commit is contained in:
Phantom
2025-08-13 14:51:23 +08:00
committed by GitHub
parent d424bb1224
commit 0634baf780
+1 -1
View File
@@ -1246,7 +1246,7 @@ export const isSupportArrayContentProvider = (provider: Provider) => {
)
}
const NOT_SUPPORT_DEVELOPER_ROLE_PROVIDERS = ['poe'] as const satisfies SystemProviderId[]
const NOT_SUPPORT_DEVELOPER_ROLE_PROVIDERS = ['poe', 'qiniu'] as const satisfies SystemProviderId[]
/**
* 判断提供商是否支持 developer 作为 message role。 Only for OpenAI API.