Commit Graph

3147 Commits

Author SHA1 Message Date
SengokuCola
605eb636c8 feat:移除表达方式上限,优化replyer prompt 2025-11-07 15:27:04 +08:00
SengokuCola
a8f4863d2f feat:添加术语推断和术语理解 2025-11-07 02:21:51 +08:00
SengokuCola
5bde31e512 feat:添加黑话收集器 2025-11-05 00:35:26 +08:00
SengokuCola
03e06c282c feat:可以对不同chat自定义一段额外prompt 2025-11-05 00:35:16 +08:00
SengokuCola
a4d43e1aee Update auto_talk_api.py 2025-11-04 21:31:41 +08:00
SengokuCola
6adc972e53 feat:添加主动发言相关api 2025-11-04 21:20:59 +08:00
SengokuCola
f3f7b10fb6 Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev 2025-11-03 22:42:06 +08:00
SengokuCola
3e5058eb0f fix:优化记忆提取,提供细节prompt debug项目 2025-11-03 22:41:21 +08:00
SengokuCola
5bcbf9d024 Merge pull request #1341 from exynos967/dev1102
fix(model_utils): HTTP 400 不终止全局尝试,继续切换模型
2025-11-03 15:09:38 +08:00
exynos
b63057edec fix(model_utils): HTTP 400 不终止全局尝试,继续切换模型 2025-11-02 17:33:58 +08:00
xiaoxi68
50e0bc6513 fix(openai): 修复空回复 TypeError(choices=None),并在抛错前输出调试日志 2025-11-01 16:40:36 +08:00
SengokuCola
6d70cf7528 Merge pull request #1336 from exynos967/dev
fix: 撤回通知日志优化并避免二次空日志
2025-10-31 19:58:29 +08:00
墨梓柒
df0aa420d3 Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-10-31 14:50:51 +08:00
SengokuCola
24884ee3d1 Update config.py 2025-10-31 14:50:20 +08:00
墨梓柒
2aea5046b0 test x2 2025-10-31 14:50:19 +08:00
墨梓柒
0d5e393bcb test docker build 2025-10-31 14:40:27 +08:00
xiaoxi68
cb5962f739 fix: 撤回通知日志优化并避免二次空日志 2025-10-30 13:22:29 +08:00
SengokuCola
c6dadc2872 fix:截断Log优化 2025-10-30 11:30:48 +08:00
SengokuCola
e0aa745ba4 feat:记忆遗忘和动态合并阈值 2025-10-30 11:27:01 +08:00
SengokuCola
1d8b7aa805 update:修改版本号,修改默认max_token,修改hangelog 2025-10-27 16:07:54 +08:00
SengokuCola
b54ff61741 Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-10-26 23:17:09 +08:00
SengokuCola
5a8779aea4 Update brain_chat.py 2025-10-26 23:17:04 +08:00
SengokuCola
2b09edbe77 Merge pull request #1269 from foxplaying/patch-2
Gemini:修复意外thought输出并增加Search功能和截断提示
2025-10-26 23:07:24 +08:00
SengokuCola
7660be7076 ref:修改默认推荐模型为v3.2和r1 2025-10-26 23:06:11 +08:00
foxplaying
9662d818a7 恢复 2025-10-26 15:01:18 +08:00
SengokuCola
c5b9bc4927 better:优化记忆构建和合并 2025-10-25 23:58:58 +08:00
SengokuCola
00c8144d49 better:修改get_memoy tool以处理没有提取到记忆的情况 2025-10-25 22:02:49 +08:00
SengokuCola
ea5d08ba54 better:统计现在统计模型名,限制思考长度 2025-10-25 21:31:02 +08:00
SengokuCola
ae1f509cdb feat:支持多重人格和切换概率配置 2025-10-25 16:39:59 +08:00
SengokuCola
4cde3d244a Merge pull request #1318 from foxplaying/patch-3
fix:识图部分空数据清理
2025-10-25 16:21:41 +08:00
foxplaying
560bda4a65 优化 2025-10-25 16:19:49 +08:00
SengokuCola
4e058a5c48 feat:可开关精细动态发言和主动发言规则 2025-10-25 16:15:27 +08:00
foxplaying
1ea3c3eaeb 增加数据清理 2025-10-25 16:11:25 +08:00
SengokuCola
3f7f3da4d1 Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-10-25 16:05:58 +08:00
SengokuCola
1971952ac7 Merge pull request #1316 from madoka315/patch-1
【dev】fix: 为内置频率调整添加提示词和约束,修复未达预期效果的误判
2025-10-25 16:05:45 +08:00
SengokuCola
ccfd6cc02d Merge pull request #1300 from Cookie987/dev
提升统计任务容错性(Fix #1288)
2025-10-25 16:02:56 +08:00
SengokuCola
fa682ec38f fix:移除vlm的生成限制 2025-10-25 15:59:11 +08:00
SengokuCola
bd5fc8969b ref:将make_question从Plugin改为回复前工作;为tool添加chat_id字段 2025-10-25 15:56:17 +08:00
madoka315
7a8d01f8e0 feat: 为内置频率调整添加提示词和约束
此commit用于:解决实践中部分模型经常会输出一大段内容,其中包含“过于频繁”关键字,从而导致内置频率调整器误调整的问题。
2025-10-23 23:29:35 +08:00
magisk317
2f84cb6305 修复图片压缩处理 embedded null byte 异常 2025-10-21 23:34:08 +08:00
foxplaying
d5696c12d4 增加Search功能 2025-10-19 00:50:32 +08:00
foxplaying
c0a7cc2102 Update gemini_client.py 2025-10-17 23:14:33 +08:00
foxplaying
3231f4f2f8 增加详细输出 2025-10-17 23:11:34 +08:00
Cookie987
2318dbadef Fix #1288
提升统计任务容错性,安全加载 local_storage 数据
2025-10-14 22:52:11 +08:00
SengokuCola
5ee3d7ea43 feat:为问题总结添加过滤提示词 2025-10-14 13:44:36 +08:00
SengokuCola
f75c6a130d Update planner.py 2025-10-14 13:24:45 +08:00
SengokuCola
a1d84084bf remvoe:移除关系组件 2025-10-14 13:22:31 +08:00
SengokuCola
36d95848d1 feat:内置频率调整,减轻Planner负担 2025-10-14 13:17:08 +08:00
SengokuCola
a97d8b4e3d Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-10-14 12:37:04 +08:00
SengokuCola
cb500e069a better:优化了表达方式采样 2025-10-14 12:36:23 +08:00