Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: 新增 basechat.py 模块,封装与各大 LLM 对话的方法,简化 AI 模型的集成。
feat: 集成 Grok 大型模型,扩展系统的 AI 功能。
fix: 解决消息转发来源排除列表 (from_list_exclude) 的问题,确保正确排除指定来源。
fix: 修正 Message 类中群消息判断逻辑,现在使用 group.id 判断是否为群消息,提高群消息处理的准确性。
fix: 更新 sender.py 中群消息发送逻辑,使用 g_id 和 g_name 来发送群消息,优化群消息的发送流程。