mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Negative limit for chat lists does not exist (v0.3.12) #1731
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 @RobinBially on GitHub (Aug 8, 2024).
There are 2 failing backend tests:
and in
backend/apps/webui/models/chats.pythere is a default valuelimit: int = -1,which doesn't seem to be valid.