This commit is contained in:
FuQuan233 2025-02-15 18:03:53 +08:00
parent bb106c991b
commit b4402af2c8

View file

@ -257,7 +257,7 @@ async def process_messages(group_id: int):
if reasoning_content or think_content: if reasoning_content or think_content:
await handler.send(Message(reasoning_content or think_content)) await handler.send(Message(reasoning_content or think_content))
else: else:
reply = response.choices[0].message.content reply, _ = filter_think(response.choices[0].message.content)
assert reply is not None assert reply is not None
logger.info( logger.info(