mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 10:20:45 +00:00
🐛 fix #2
This commit is contained in:
parent
bb106c991b
commit
b4402af2c8
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ async def process_messages(group_id: int):
|
|||
if reasoning_content or think_content:
|
||||
await handler.send(Message(reasoning_content or think_content))
|
||||
else:
|
||||
reply = response.choices[0].message.content
|
||||
reply, _ = filter_think(response.choices[0].message.content)
|
||||
|
||||
assert reply is not None
|
||||
logger.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue