mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
d5b8acfbe7
commit
8f5d23ec37
2 changed files with 1 additions and 2 deletions
|
|
@ -124,7 +124,6 @@ else:
|
|||
aquire_func = release_func = renew_func = lambda: True
|
||||
|
||||
|
||||
# TODO: Implement Yjs document management with Redis
|
||||
YDOC_MANAGER = YdocManager(
|
||||
redis=REDIS,
|
||||
redis_key_prefix="open-webui:ydoc:documents",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ dependencies = [
|
|||
"argon2-cffi==23.1.0",
|
||||
"APScheduler==3.10.4",
|
||||
|
||||
"pycrdt==0.12.26",
|
||||
"pycrdt==0.12.25",
|
||||
|
||||
|
||||
"RestrictedPython==8.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue