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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.