RockChinQ
61e2af4a14
feat: 添加启动信息阶段
2024-07-03 17:34:23 +08:00
RockChinQ
79804b6ecd
chore: release 3.2.3
2024-06-26 10:55:21 +08:00
RockChinQ
ec8bd4922e
fix: 错误地resprule选择逻辑 ( #810 )
2024-06-26 10:37:08 +08:00
RockChinQ
4ffa773fac
fix: 前缀响应时图片被错误地转换为文字 ( #820 )
2024-06-26 10:15:21 +08:00
RockChinQ
39ce5646f6
perf: content元素拼接时使用换行符间隔
2024-06-24 17:04:50 +08:00
Huoyuuu
5092a82739
Update chatcmpl.py
2024-06-19 19:13:00 +08:00
Huoyuuu
7a19dd503d
fix: ensure content is string in chatcmpl call method
...
fix: ensure content is string in chatcmpl call method
- Ensure user message content is a string instead of an array
- Updated `call` method in `chatcmpl.py` to guarantee content is a string
- Resolves compatibility issue with the yi-large model
2024-06-19 17:26:06 +08:00
RockChinQ
9e6a01fefd
chore: release v3.2.2
2024-05-31 19:20:34 +08:00
RockChinQ
933471b4d9
perf: 启动失败时输出完整traceback ( #799 )
2024-05-31 15:37:56 +08:00
RockChinQ
f81808d239
perf: 添加JSON配置文件语法检查 ( #796 )
2024-05-29 21:11:21 +08:00
RockChinQ
96832b6f7d
perf: 忽略空的 assistant content 消息 ( #795 )
2024-05-29 21:00:48 +08:00
RockChinQ
c8eb2e3376
feat: 消息截断器
2024-05-29 20:34:49 +08:00
RockChinQ
d49cc9a7a3
feat: fixwin限速支持设置窗口大小 ( #791 )
2024-05-26 10:29:10 +08:00
RockChinQ
d6761949ca
chore: release v3.2.1
2024-05-23 16:29:26 +08:00
RockChinQ
6afac1f593
feat: 允许指定遥测服务器url
2024-05-23 16:25:51 +08:00
RockChinQ
7db56c8e77
feat: claude 支持视觉
2024-05-22 20:09:29 +08:00
RockChinQ
18ae2299a7
fix: 修复 query.resp_messages 对插件reply的兼容性
2024-05-18 20:08:48 +08:00
RockChinQ
7463e0aab9
perf: 删除多个地方残留的 config.py 字段 ( #781 )
2024-05-18 18:52:45 +08:00
RockChinQ
0b1af7df91
perf: 统一判断方式
2024-05-17 17:05:20 +08:00
jerryliang122
a9104eb2da
通过base64编码发送,修复cqhttp无法发送图片
2024-05-17 08:20:06 +00:00
RockChinQ
abbd15d5cc
chore: release v3.2.0.1
2024-05-17 09:48:20 +08:00
RockChinQ
aadfa14d59
fix: claude 请求失败
2024-05-17 09:46:06 +08:00
RockChinQ
1d4a6b71ab
chore: release v3.2.0
2024-05-16 21:22:40 +08:00
RockChinQ
bae86ac05c
chore: 恢复版本号
2024-05-16 21:03:56 +08:00
RockChinQ
a3706bfe21
perf: 细节优化
2024-05-16 21:02:59 +08:00
RockChinQ
91e23b8c11
perf: 为图片base64函数添加lru
2024-05-16 20:52:17 +08:00
RockChinQ
37ef1c9fab
feat: 删除oss相关代码
2024-05-16 20:32:30 +08:00
RockChinQ
6bc6f77af1
feat: 通过 base64 传输图片
2024-05-16 20:25:51 +08:00
RockChinQ
2c478ccc25
feat: 模型vision支持性参数
2024-05-16 20:11:54 +08:00
RockChinQ
d5b5d667a5
feat: 模型视觉多模态支持
2024-05-15 21:40:18 +08:00
RockChinQ
8807f02f36
perf: resp_message_chain 改为 list 类型 ( #770 )
2024-05-14 23:08:49 +08:00
RockChinQ
269e561497
perf: messages 存回 conversation 应该仅在成功执行本次请求时执行 ( #769 )
2024-05-14 22:41:39 +08:00
RockChinQ
527ad81d38
feat: 解藕chat的处理器和请求器 ( #772 )
2024-05-14 22:20:31 +08:00
RockChinQ
fde6822b5c
chore: release v3.1.1
2024-05-08 02:28:40 +00:00
RockChinQ
c45931363a
feat: deepseek配置迁移
2024-05-07 14:45:59 +00:00
RockChinQ
9c6491e5ee
feat: 支持 deepseek 的模型
2024-05-07 14:28:52 +00:00
RockChinQ
1e1a103882
feat: aiocqhttp允许使用图片链接作为参数
2024-04-11 03:26:12 +00:00
RockChinQ
e5cffb7c9b
chore: release v3.1.0.4
2024-04-06 16:51:15 +08:00
RockChinQ
a6b875a242
fix: GroupMessageReceived 事件参数错误
2024-04-04 16:50:45 +08:00
RockChinQ
b5e67f3df8
fix: 内容函数调用时错误地传递了RuntimeContainer
2024-04-04 15:08:40 +08:00
RockChinQ
2093fb16a7
chore: release v3.1.0.3
2024-04-02 22:33:36 +08:00
RockChinQ
fc9a9d2386
fix: 缺失的 psutil 依赖
2024-04-02 22:33:06 +08:00
RockChinQ
6919bece77
chore: release v3.1.0.2
2024-03-31 14:41:32 +08:00
RockChinQ
8b003739f1
feat: message.content 支持 mirai.MessageChain 对象 ( #741 )
2024-03-31 14:38:15 +08:00
RockChinQ
7b3d7e7bd6
fix: json配置文件错误的加载流程
2024-03-30 19:01:59 +08:00
Junyan Qin
fdd7c1864d
feat(chatcmpl): 对函数调用进行异常捕获 ( #749 )
2024-03-30 09:45:30 +00:00
Junyan Qin
cac5a5adff
fix(qq-botpy): 群内单query多回复时msg_seq重复问题
2024-03-30 02:58:37 +00:00
RockChinQ
63307633c2
feat: chatcmpl请求时也忽略空的 system prompt message ( #745 )
2024-03-29 17:34:09 +08:00
RockChinQ
387dfa39ff
fix: 内容过滤无效 ( #743 )
2024-03-29 17:24:42 +08:00
RockChinQ
092bb0a1e2
chore: release v3.1.0.1
2024-03-23 22:50:54 +08:00