mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-17 23:52:29 +00:00
The comments on the opt-in in-place append made it sound like the fast path can lose streamed text under normal operation. The only way the field can be emptied is an allocation failure, which means the host is already out of memory, and the default path (which copies the whole accumulated string on every chunk) raises in that situation as well. Reword both comments to state that condition so the flag is not read as unsafe. |
||
|---|---|---|
| .. | ||
| data | ||
| open_webui | ||
| .dockerignore | ||
| .gitignore | ||
| dev.sh | ||
| requirements-slim.txt | ||
| requirements.txt | ||
| start.sh | ||
| start_windows.bat | ||