mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
fix: doubao not support files type
This commit is contained in:
parent
50438dd612
commit
6b2452422e
@ -42,7 +42,7 @@ export default class OpenAIProvider extends BaseProvider {
|
||||
}
|
||||
|
||||
private get isNotSupportFiles() {
|
||||
const providers = ['deepseek', 'baichuan', 'minimax']
|
||||
const providers = ['deepseek', 'baichuan', 'minimax', 'doubao']
|
||||
return providers.includes(this.provider.id)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user