mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #238] cannot attach plain text files: unsupported file type #27526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robbiemu on GitHub (Dec 17, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/238
Describe the bug
it seems that I cannot attach text/plain files (saying "unsupported file type 'text/plain'") nor my rust source files (which say "unsupported file type ''").
To Reproduce
Expected behavior
file should attach
Screenshots

Desktop (please complete the following information):
additional context:
this was done locally rather than a docker container. but, I encountered no issues following the instructions
I see no error in the console when I do this
@tjbck commented on GitHub (Dec 18, 2023):
Hi, we currently only support image attachment for multi-modal models, but stay tuned for RAG feature #31 after #216. Thanks! Duplicate of #31