mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
bugfix
This commit is contained in:
parent
0f6ed43fac
commit
1968ffb0a5
@ -2089,8 +2089,8 @@ class LoLLMsAPI(LollmsApplication):
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
"""
|
||||
self.process_chunk("Generating voice output",MSG_TYPE.MSG_TYPE_STEP_END,client_id=client_id)
|
||||
self.process_chunk(fl,MSG_TYPE.MSG_TYPE_CHUNK,client_id=client_id)
|
||||
self.process_chunk("Generating voice output", MSG_TYPE.MSG_TYPE_STEP_END, {'status':True},client_id=client_id)
|
||||
self.process_chunk(fl,MSG_TYPE.MSG_TYPE_UI, client_id=client_id)
|
||||
|
||||
"""
|
||||
self.info("Creating audio output",10)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3b3a5d7f1bcdf0c987be9335dfb19c624907654a
|
||||
Subproject commit 3845762603dd7cabdba5d9b25ccc11b66c991d44
|
Loading…
x
Reference in New Issue
Block a user