mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
fix
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
b3a3862cbc
commit
9daab7fa14
@ -134,7 +134,7 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
|
|||||||
for e in r:
|
for e in r:
|
||||||
if e.type == "content_block_delta":
|
if e.type == "content_block_delta":
|
||||||
s += e.delta.text
|
s += e.delta.text
|
||||||
if time.time() - start > 1.0:
|
if time.time() - start > 1.7:
|
||||||
start = time.time()
|
start = time.time()
|
||||||
if is_send:
|
if is_send:
|
||||||
reply_id = bot.reply_to(
|
reply_id = bot.reply_to(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user