85f97860c5
fix: Fixed the errors in modelscopechatcmpl.py when in pseudo-non-streaming mode, regarding the display of main content and tool calls.
Dong_master
2025-08-13 01:55:06 +08:00
8fd21e76f2
fix: Only when messagechunk is present, will msg_sequence be assigned to the subsequent tool calls.
Dong_master
2025-08-13 00:00:10 +08:00
cc83ddbe21
fix: del print
Dong_master
2025-08-12 23:29:32 +08:00
99fcde1586
fix: in the MessageChunk add msg_sequence ,And obtain the usage in the adapter.
Dong_master
2025-08-12 23:20:41 +08:00
eab08dfbf3
fix: format the code
WangCham
2025-08-12 23:13:00 +08:00
dbf0200cca
feat:add More attractive card templates
Dong_master
2025-08-12 22:36:42 +08:00
e744e9c4ef
fix: in the localagent.py yield MessageChunk add agr tool_calls,and After calling the "tool_calls", the first returned body data will be concatenated.
Dong_master
2025-08-12 11:25:37 +08:00
9f22b8b585
fix: be adapter.py func reply_message_chunk agr message_id alter bot_message,and in pipelinemgr.py respback.py agr alter
Dong_master
2025-08-12 11:21:08 +08:00
27cee0a4e1
fix: in the adapter.py func reply_message_chunk agr message_id alter bot_message,and in dingtalk.py lark.py telegram.py webchat.py agr alter
Dong_master
2025-08-12 11:19:27 +08:00
6d35fc408c
fix: some time in the anthropicmsgs.py mesg_dcit["content"] is str can not append
Dong_master
2025-08-12 11:15:17 +08:00
0607a0fa5c
fix: in the modelscopechatcmpl.py stream tool_calls arguments bug,
Dong_master
2025-08-12 00:04:21 +08:00
ed57d2fafa
del localagent.py print
Dong_master
2025-08-11 23:49:19 +08:00
39ef92676b
doc: add back wechat
Junyan Qin
2025-08-11 23:38:41 +08:00
7301476228
fix:Because the message_id was popped out, it caused the issue where the tool couldn't find the message_id after being invoked.
Dong_master
2025-08-11 23:36:01 +08:00
457cc3eecd
fix: wrong definition of topk
WangCham
2025-08-11 23:22:36 +08:00
46452de7b5
fix:The handling of the streaming tool calls has been fixed, but there are still bugs in the model's reply messages with thoughtfulness.
Dong_master
2025-08-10 23:14:57 +08:00
2aef139577
dark mode
TwperBody
2025-08-10 22:17:06 +08:00
8c5cb71812
fix:del the chatcmpl.py useless logic,and in the modelscopechatcmpl.py Non-streaming add and del <think> logic,and fix the ppiochatcmpl.py stream logic and the giteeaichatcmpl.py inherit ppiochatcmpl.py
Dong_master
2025-08-10 00:16:13 +08:00
0b60ef0d06
chore: bump langbot-plugin version to 0.1.1a1
Junyan Qin
2025-08-09 21:06:31 +08:00
eede354d3b
fix:chatcmpl.py del content <think>,in the ppiochatcmpl.py and modelsopechatcmpl.py fun _closure_stream stream logic
Dong_master
2025-08-09 02:46:13 +08:00
e88302f1b4
fix:The handling logic of remove_think in the connector and Temporarily blocked the processing of streaming tool calls in the runner.
Dong_master
2025-08-05 04:24:03 +08:00
4a1d033ee9
fix: Reduce chunk returns in dify and Hundred Refining Runner to every 8 chunks
fdc
2025-08-04 16:39:38 +08:00
8adc88a8c0
fix:Modify the remove_think that directly retrieves the configuration file from the requester, retrieves it from the runner, and passes it to the required function
fdc
2025-08-04 16:36:02 +08:00
a62b38eda7
fix: In the reply_message_chunk of the adapter, the message is only streamed into the card or edited at the end of the 8th chunk return or streaming
fdc
2025-08-04 16:33:13 +08:00
fcef784180
fix: In the runner, every 8 tokens yield
Dong_master
2025-08-03 23:23:51 +08:00
c3ed4ef6a1
feat: no longer use typewriter in debug dialog
Junyan Qin
2025-08-03 17:18:44 +08:00
b9f768af25
perf: minor fixes
Junyan Qin
2025-08-03 15:30:11 +08:00
47ff883fc7
perf: ruff format & remove stream params in requester
Junyan Qin
2025-08-03 13:08:51 +08:00
a9776b7b53
fix:del some print ,and amend respback on stream judge ,and del in dingtalk this is_stream_output_supported() use
Dong_master
2025-07-29 23:09:02 +08:00