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
3
.gitignore
vendored
3
.gitignore
vendored
@ -214,4 +214,5 @@ mPLUG-Owl
|
||||
|
||||
xtts_models
|
||||
|
||||
models.txt
|
||||
models.txt
|
||||
logs
|
@ -72,7 +72,8 @@ def add_events(sio:socketio):
|
||||
lollmsElfServer.audio_cap = AudioRecorder(
|
||||
lollmsElfServer,
|
||||
lollmsElfServer.sio,
|
||||
lollmsElfServer.personality,
|
||||
lollmsElfServer.personality,
|
||||
lollmsElfServer.db,
|
||||
threshold=1000,
|
||||
silence_duration=2,
|
||||
sound_threshold_percentage=10,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 443bdef3ef3b9199359d84aebce2838580af66cd
|
||||
Subproject commit f98fb13363668fa6604b0499bbab9f496df40eca
|
Loading…
Reference in New Issue
Block a user