Commit Graph

149 Commits

Author SHA1 Message Date
SengokuCola
03e06c282c feat:可以对不同chat自定义一段额外prompt 2025-11-05 00:35:16 +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
c6dadc2872 fix:截断Log优化 2025-10-30 11:30:48 +08:00
SengokuCola
2b09edbe77 Merge pull request #1269 from foxplaying/patch-2
Gemini:修复意外thought输出并增加Search功能和截断提示
2025-10-26 23:07:24 +08:00
foxplaying
9662d818a7 恢复 2025-10-26 15:01:18 +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
foxplaying
d7c093f21c 新增截断检测 2025-10-03 02:31:23 +08:00
foxplaying
8cad5bb45d 增强检测 2025-09-28 13:37:06 +08:00
foxplaying
2009ee3b5e 合并修改 2025-09-28 07:58:16 +08:00
foxplaying
a5f60c5f06 Merge branch 'dev' into patch-2 2025-09-28 07:33:15 +08:00
墨梓柒
e9a5488b62 Ruff Fix 2025-09-28 00:02:18 +08:00
foxplaying
7597af64d8 删除多余写入 2025-09-26 23:26:11 +08:00
foxplaying
a0ba989710 移除thought输出 2025-09-26 23:20:18 +08:00
UnCLAS-Prommer
3a2685cf26 Merge pull request #1264 from foxplaying/patch-2
Gemini:优化处理
2025-09-26 10:21:37 +08:00
foxplaying
ed9c1a999f fix:修复流式检测方式 2025-09-26 01:42:53 +08:00
SengokuCola
11cc7ced13 fix:修复(也许)吞字问题 2025-09-25 20:20:04 +08:00
SengokuCola
20013a1a2c log:修改一些log 2025-09-25 19:07:35 +08:00
foxplaying
a54bf78945 支持流式 2025-09-24 23:19:53 +08:00
foxplaying
dcb75d7b94 优化方法 2025-09-24 23:06:37 +08:00
foxplaying
39f43d315d 更详细的报错和提示 2025-09-24 21:46:15 +08:00
foxplaying
8ba4fb60c6 更具体的报错 2025-09-24 21:23:58 +08:00
foxplaying
e97af77fc8 fix 2025-09-24 21:04:11 +08:00
foxplaying
b4f6b6e7b7 fix 2025-09-24 21:03:49 +08:00
foxplaying
ab8982c341 优化处理 2025-09-24 21:02:43 +08:00
UnCLAS-Prommer
294b451c96 修复typing 2025-09-23 20:51:01 +08:00
UnCLAS-Prommer
fad8b82d8b 修复负载均衡 2025-09-23 20:44:48 +08:00
foxplaying
fbc84789cb 优化预算处理 2025-09-23 17:15:21 +08:00
foxplaying
3eeb1a84b3 时间单位转换 2025-09-22 12:43:34 +08:00
foxplaying
be5b1cd1f5 优化处理 2025-09-22 12:28:06 +08:00
foxplaying
45115b802f 优化方法 2025-09-22 11:59:12 +08:00
UnCLAS-Prommer
f075f28f02 Merge pull request #1248 from foxplaying/patch-2
Gemini:尝试传入自定义base_url(实验性)
2025-09-22 01:07:46 +08:00
foxplaying
978c627d7d 增强方法 2025-09-21 22:05:41 +08:00
foxplaying
ce8b80a721 Update gemini_client.py 2025-09-21 21:54:37 +08:00
foxplaying
036be7a99b Update gemini_client.py 2025-09-21 21:36:02 +08:00
foxplaying
be3b80f90e 修改方法 2025-09-21 21:08:07 +08:00
foxplaying
74183ff079 尝试传入自定义base_url(实验性) 2025-09-21 20:56:35 +08:00
UnCLAS-Prommer
1260a11b78 fix typing of utils_model.py 2025-09-17 15:59:02 +08:00
google-labs-jules[bot]
01b06ed302 fix: 清理无用异常,现用 RespNotOkException 加上状态码,且将 429 和 5xx 错误的处理逻辑从“硬失败”移回“可重试” 2025-09-12 18:50:10 +08:00
UnCLAS-Prommer
bfe4943b18 更优雅的解决问题 2025-09-11 21:12:08 +08:00
SengokuCola
a4285673aa feat:改为单planner,并解析多个动作 2025-09-11 14:25:02 +08:00
SengokuCola
8ed94d1f26 修复付费emb模型的问题 2025-09-11 00:25:33 +08:00
墨梓柒
163dbb6b90 超级Ruff 2025-09-09 19:25:12 +08:00
UnCLAS-Prommer
aa1155cc5b 解决UnboundLocalError 2025-08-31 12:30:11 +08:00