mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 10:40:43 -08:00
Update Qwen.py
This commit is contained in:
parent
3e37961b00
commit
cb0136fdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class Qwen(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
parent_id=None
|
||||
)
|
||||
files = []
|
||||
media = list(merge_media(media))
|
||||
media = list(merge_media(media, messages))
|
||||
if media:
|
||||
for _file, file_name in media:
|
||||
file_class: Literal["default", "vision", "video", "audio", "document"] = "vision"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue