mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
real time discussions added
This commit is contained in:
parent
2a8863963b
commit
f00cb5a83b
1
.gitignore
vendored
1
.gitignore
vendored
@ -215,3 +215,4 @@ mPLUG-Owl
|
|||||||
xtts_models
|
xtts_models
|
||||||
|
|
||||||
models.txt
|
models.txt
|
||||||
|
logs
|
@ -73,6 +73,7 @@ def add_events(sio:socketio):
|
|||||||
lollmsElfServer,
|
lollmsElfServer,
|
||||||
lollmsElfServer.sio,
|
lollmsElfServer.sio,
|
||||||
lollmsElfServer.personality,
|
lollmsElfServer.personality,
|
||||||
|
lollmsElfServer.db,
|
||||||
threshold=1000,
|
threshold=1000,
|
||||||
silence_duration=2,
|
silence_duration=2,
|
||||||
sound_threshold_percentage=10,
|
sound_threshold_percentage=10,
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 443bdef3ef3b9199359d84aebce2838580af66cd
|
Subproject commit f98fb13363668fa6604b0499bbab9f496df40eca
|
Loading…
Reference in New Issue
Block a user