Junyan Qin
|
64764c412b
|
Merge branch 'rc/new-plugin' into refactor/new-plugin-system
|
2025-08-24 21:40:02 +08:00 |
|
Dong_master
|
a534c02d75
|
fix:remove print
|
2025-08-17 23:34:01 +08:00 |
|
Dong_master
|
85f97860c5
|
fix: Fixed the errors in modelscopechatcmpl.py when in pseudo-non-streaming mode, regarding the display of main content and tool calls.
|
2025-08-13 01:55:06 +08:00 |
|
Dong_master
|
cc83ddbe21
|
fix: del print
|
2025-08-12 23:29:32 +08:00 |
|
Dong_master
|
4668db716a
|
fix: fix command reply_message error bug,del some print
|
2025-08-12 20:54:47 +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
|
0607a0fa5c
|
fix: in the modelscopechatcmpl.py stream tool_calls arguments bug,
|
2025-08-12 00:04:21 +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
|
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
|
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 |
|
Dong_master
|
3a82ae8da5
|
fix: the bug in the "remove_think" function.
|
2025-08-06 23:00:57 +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 |
|
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 |
|
Dong_master
|
fcef784180
|
fix: In the runner, every 8 tokens yield
|
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
|
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 |
|
Dong_master
|
a7d638cc9a
|
feat:add deepseek and modelscope llm stream,and giteeai think in content remove_think
|
2025-08-04 19:26:16 +08:00 |
|
Junyan Qin
|
6a1de889b4
|
refactor: switch llm_entities to plugin sdk
|
2025-07-13 20:30:17 +08:00 |
|
devin-ai-integration[bot]
|
d2b93b3296
|
feat: add embeddings model management (#1461)
* feat: add embeddings model management backend support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: add embeddings model management frontend support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* chore: revert HttpClient URL to production setting
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* refactor: integrate embeddings models into models page with tabs
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* perf: move files
* perf: remove `s`
* feat: allow requester to declare supported types in manifest
* feat(embedding): delete dimension and encoding format
* feat: add extra_args for embedding moels
* perf: i18n ref
* fix: linter err
* fix: lint err
* fix: linter err
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-07-05 20:07:15 +08:00 |
|
Junyan Qin
|
6b782f8761
|
feat: switch Query to langbot-plugin definition
|
2025-06-30 21:47:40 +08:00 |
|
Junyan Qin
|
0c2560cafb
|
feat: switch tool entities and format
|
2025-06-30 21:47:40 +08:00 |
|
aberry
|
8dfef1d118
|
Bugfix (#1482)
* Update modelscopechatcmpl.py
tool_call 流式输出的最后一个参数是 None,需要判断一下
* Update mcp.py
问题:闭包(closure)对循环变量 tool 的捕获,导致最终注册到 self.functions 里的所有 func,都会引用 同一个(最后一个)tool
解决:在定义 func 时,通过函数参数的 默认值 把当下的 tool “冻结”住
* Update mcp.py
|
2025-05-27 15:09:09 +08:00 |
|
Junyan Qin
|
39f9400de7
|
fix: modelscope no usable
|
2025-05-14 15:35:37 +08:00 |
|
Junyan Qin (Chin)
|
015be6008d
|
fix: bugs in requesters (#1401)
|
2025-05-13 16:09:23 +08:00 |
|
Junyan Qin
|
055b389353
|
style: restrict line-length
|
2025-05-10 18:04:58 +08:00 |
|
yrk
|
b09ce8296f
|
Add ModelScope Support
|
2025-04-03 16:55:14 +08:00 |
|