Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618 2024-03-18 19:00:49 +08:00
parent b3a3862cbc
commit 9daab7fa14

View File

@ -134,7 +134,7 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
for e in r:
if e.type == "content_block_delta":
s += e.delta.text
if time.time() - start > 1.0:
if time.time() - start > 1.7:
start = time.time()
if is_send:
reply_id = bot.reply_to(