Dong_master
|
dbf0200cca
|
feat:add More attractive card templates
|
2025-08-12 22:36:42 +08:00 |
|
Dong_master
|
4668db716a
|
fix: fix command reply_message error bug,del some print
|
2025-08-12 20:54:47 +08:00 |
|
Junyan Qin
|
b6d47187f5
|
perf: prettier
|
2025-08-12 19:39:41 +08:00 |
|
Junyan Qin
|
051fffd41e
|
fix: stash
|
2025-08-12 19:18:49 +08:00 |
|
Dong_master
|
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.
|
2025-08-12 11:25:37 +08:00 |
|
Dong_master
|
9f22b8b585
|
fix: be adapter.py func reply_message_chunk agr message_id alter bot_message,and in pipelinemgr.py respback.py agr alter
|
2025-08-12 11:21:08 +08:00 |
|
Dong_master
|
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
|
2025-08-12 11:19:27 +08:00 |
|
Dong_master
|
6d35fc408c
|
fix: some time in the anthropicmsgs.py mesg_dcit["content"] is str can not append
|
2025-08-12 11:15:17 +08:00 |
|
Dong_master
|
0607a0fa5c
|
fix: in the modelscopechatcmpl.py stream tool_calls arguments bug,
|
2025-08-12 00:04:21 +08:00 |
|
Dong_master
|
ed57d2fafa
|
del localagent.py print
|
2025-08-11 23:49:19 +08:00 |
|
Dong_master
|
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.
|
2025-08-11 23:36:01 +08:00 |
|
Dong_master
|
a381069bcc
|
fix:fix tool_result argument bug
|
2025-08-11 23:05:47 +08:00 |
|
Dong_master
|
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.
|
2025-08-10 23:14:57 +08:00 |
|
Dong_master
|
03b11481ed
|
fix:fix remove_think logic, and end<think> fix </think>
|
2025-08-10 00:28:55 +08:00 |
|
Dong_master
|
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
|
2025-08-10 00:16:13 +08:00 |
|
Dong_master
|
7c59bc1ce5
|
feat:add anthropic stream ouput
|
2025-08-10 00:09:19 +08:00 |
|
Dong_master
|
eede354d3b
|
fix:chatcmpl.py del content <think>,in the ppiochatcmpl.py and modelsopechatcmpl.py fun _closure_stream stream logic
|
2025-08-09 02:46:13 +08:00 |
|
Junyan Qin
|
261f50b8ec
|
feat: refactor with cursor max mode claude 4.1 opus
|
2025-08-07 15:47:57 +08:00 |
|
Junyan Qin
|
9736d0708a
|
fix: missing deps
|
2025-08-07 10:15:09 +08:00 |
|
Junyan Qin
|
02dbe80d2f
|
perf: model testing
|
2025-08-07 10:01:04 +08:00 |
|
Dong_master
|
0f239ace17
|
Merge remote-tracking branch 'origin/streaming_feature' into streaming_feature
|
2025-08-06 23:02:35 +08:00 |
|
Dong_master
|
3a82ae8da5
|
fix: the bug in the "remove_think" function.
|
2025-08-06 23:00:57 +08:00 |
|
Junyan Qin
|
c33c9eaab0
|
chore: remove remove_think param in trigger.yaml
|
2025-08-06 15:45:35 +08:00 |
|
Dong_master
|
e88302f1b4
|
fix:The handling logic of remove_think in the connector and Temporarily blocked the processing of streaming tool calls in the runner.
|
2025-08-05 04:24:03 +08:00 |
|
Dong_master
|
5597dffaeb
|
Merge remote-tracking branch 'origin/streaming_feature' into streaming_feature
# Conflicts:
# pkg/api/http/controller/groups/pipelines/webchat.py
# pkg/pipeline/process/handlers/chat.py
# pkg/platform/sources/aiocqhttp.py
# pkg/platform/sources/dingtalk.py
# pkg/platform/sources/discord.py
# pkg/platform/sources/lark.py
# pkg/platform/sources/telegram.py
# pkg/platform/sources/wechatpad.py
# pkg/provider/modelmgr/requester.py
# pkg/provider/modelmgr/requesters/chatcmpl.py
# pkg/provider/modelmgr/requesters/deepseekchatcmpl.py
# pkg/provider/modelmgr/requesters/giteeaichatcmpl.py
# pkg/provider/modelmgr/requesters/modelscopechatcmpl.py
# pkg/provider/modelmgr/requesters/ppiochatcmpl.py
# pkg/provider/runners/dashscopeapi.py
# pkg/provider/runners/difysvapi.py
# pkg/provider/runners/localagent.py
|
2025-08-04 23:17:36 +08:00 |
|
Junyan Qin
|
7f25d61531
|
fix: minor fix
|
2025-08-04 23:00:54 +08:00 |
|
Junyan Qin
|
15e524c6e6
|
perf: move remove-think to output tab
|
2025-08-04 19:26:19 +08:00 |
|
fdc
|
4a1d033ee9
|
fix: Reduce chunk returns in dify and Hundred Refining Runner to every 8 chunks
|
2025-08-04 19:26:19 +08:00 |
|
fdc
|
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
|
2025-08-04 19:26:18 +08:00 |
|
fdc
|
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
|
2025-08-04 19:26:18 +08:00 |
|
Dong_master
|
fcef784180
|
fix: In the runner, every 8 tokens yield
|
2025-08-04 19:26:18 +08:00 |
|
Junyan Qin
|
c3ed4ef6a1
|
feat: no longer use typewriter in debug dialog
|
2025-08-04 19:26:18 +08:00 |
|
Junyan Qin
|
b9f768af25
|
perf: minor fixes
|
2025-08-04 19:26:18 +08:00 |
|
Junyan Qin
|
47ff883fc7
|
perf: ruff format & remove stream params in requester
|
2025-08-04 19:26:18 +08:00 |
|
Dong_master
|
68906c43ff
|
feat: add webchat Word-by-word output
fix:webchat on message stream bug
|
2025-08-04 19:26:18 +08:00 |
|
Dong_master
|
c6deed4e6e
|
feat: webchat stream is ok
|
2025-08-04 19:26:18 +08:00 |
|
Dong_master
|
b45cc59322
|
fix:webchat stream judge bug and frontend bug
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
c33a96823b
|
fix: frontend bug
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
d3ab16761d
|
fix:lsome bug
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
70f23f24b0
|
fix: is_stream_output_supperted in webchat return
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
00a8410c94
|
feat:webchat frontend stream
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
2a17e89a99
|
feat: add webchat stream but only some
|
2025-08-04 19:26:17 +08:00 |
|
fdc
|
8fe0992c15
|
fix:in chat judge create_message_card telegram reply_message_chunk no message
|
2025-08-04 19:26:17 +08:00 |
|
Dong_master
|
a9776b7b53
|
fix:del some print ,and amend respback on stream judge ,and del in dingtalk this is_stream_output_supported() use
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
074d359c8e
|
feat:add dashscopeapi stream
fix:dify 64chunk yield
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
7728b4262b
|
fix:lark message_id and dingtalk incoming_message
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
4905b5a738
|
feat:add dingtalk stream
fix:adapter is_stream_output_supported bug
fix:stream message reply chunk in message_id
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
43a259a1ae
|
feat:add dingtalk stream
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
cffe493db0
|
feat:add telegram stream
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
0042629bf0
|
feat:add ppio and openrouter llm stream,and ppio think in content remove_think.
fix: giteeai stream no remove_think content add char"<think>"
|
2025-08-04 19:26:16 +08:00 |
|