feat: sd3 api

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-04-18 11:01:37 +08:00
parent c8725e27a1
commit 385df6c821
6 changed files with 81 additions and 12 deletions

View File

@ -225,7 +225,6 @@ def gemini_audio_handler(message: Message, bot: TeleBot) -> None:
start = time.time()
for e in r:
s += e.text
print(s)
if time.time() - start > 1.7:
start = time.time()
bot_reply_markdown(reply_id, who, s, bot, split_text=False)