mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
native models, log trunc fix, speech skip
moved whisper and kokoro to native runtime log kvps truncation fix skip speech on context switch
This commit is contained in:
parent
34f5270690
commit
dcae2b74ac
7 changed files with 129 additions and 61 deletions
|
|
@ -12,7 +12,7 @@ class Synthesize(ApiHandler):
|
|||
ctxid = input.get("ctxid", "")
|
||||
|
||||
context = self.get_context(ctxid)
|
||||
if await kokoro_tts.is_downloading():
|
||||
if not await kokoro_tts.is_downloaded():
|
||||
context.log.log(type="info", content="Kokoro TTS model is currently being downloaded, please wait...")
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue