mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Reading input files from a list #2996
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 @dimk1 on GitHub (Dec 11, 2024).
Hello,
I'm using Webui 0.4.8 with the latest Ollama3.3 installed with Docker and currently running it in on an AWS EC2 instance.
I attach to the chat 4 files (not via the Knowledge functionality), let's call them
FILE_1.md, FILE_2.md, FILE_3.md, FILE_4.md. I have setup my prompt as follows:Prompts like this always fail and the system complains that there are no files attached to work with, so it improvises. When I modify the prompt to work on a single file it works as expected. Is there any suggested format when writing prompts to declare lists with filenames and then instruct the model to do certain actions on each file recursively?