Junyan Qin (Chin)
|
4a8f5516f6
|
feat: add new api requester (#1596)
|
2025-08-03 22:30:52 +08:00 |
|
Junyan Qin
|
0f585fd5ef
|
fix(moonshot): make api.moonshot.ai the default api base url
|
2025-07-26 22:23:33 +08:00 |
|
Junyan Qin
|
92c3a86356
|
feat: add qhaigc
|
2025-07-24 22:42:26 +08:00 |
|
Junyan Qin
|
ebd542f592
|
feat: 302.AI embeddings
|
2025-07-24 22:05:15 +08:00 |
|
Junyan Qin
|
194b2d9814
|
feat: supports more embedding providers
|
2025-07-24 22:03:20 +08:00 |
|
Junyan Qin
|
7aed5cf1ed
|
feat: ollama embeddings models
|
2025-07-24 10:36:32 +08:00 |
|
Junyan Qin
|
b61bd36b14
|
perf(rag): ui and related apis
|
2025-07-18 00:45:38 +08:00 |
|
Junyan Qin (Chin)
|
bb672d8f46
|
Merge branch 'master' into feat/rag
|
2025-07-18 00:45:24 +08:00 |
|
Junyan Qin
|
2dfa83ff22
|
fix: .md file parse failed
|
2025-07-17 23:22:20 +08:00 |
|
Junyan Qin
|
27bb4e1253
|
feat: combine kb with pipeline
|
2025-07-17 23:15:13 +08:00 |
|
WangCham
|
45afdbdfbb
|
feat: rag pipeline backend
|
2025-07-17 15:05:11 +08:00 |
|
Junyan Qin
|
2f2db4d445
|
feat(rag): make embedding and retrieving available
|
2025-07-16 21:17:18 +08:00 |
|
Junyan Qin
|
f244795e57
|
fix: rename to '302.AI'
|
2025-07-16 11:36:57 +08:00 |
|
WangCham
|
b7c57104c4
|
feat: add embedder
|
2025-07-13 23:04:03 +08:00 |
|
Junyan Qin
|
0e5c9e19e1
|
feat: complete support_type for 302ai and compshare requester
|
2025-07-05 21:03:14 +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
|
3f0153ea4d
|
doc: fix incorrect 302.AI name
|
2025-07-03 17:26:17 +08:00 |
|
Junyan Qin (Chin)
|
abd02f04af
|
Feat/compshare requester (#1561)
* feat: add compshare requester
* doc: add compshare to README
|
2025-07-03 15:04:02 +08:00 |
|
Junyan Qin
|
89c1972abe
|
perf: skip broken models and bots in bootstrap
|
2025-06-30 21:29:38 +08:00 |
|
Junyan Qin (Chin)
|
c959c99e45
|
Feat/302 ai (#1558)
* feat: add 302.AI requester
* doc: add 302.AI to README
|
2025-06-30 21:05:32 +08:00 |
|
Junyan Qin (Chin)
|
3e707b4b6e
|
feat: reset all associated session after bot and pipeline modified (#1517)
|
2025-06-09 21:50:08 +08:00 |
|
Junyan Qin
|
8917050fae
|
chore: add ppio icon
|
2025-05-31 20:00:18 +08:00 |
|
Junyan Qin (Chin)
|
8ad60b5b64
|
refactor: gemini requester (#1490)
* refactor: use openai compatible api for gemini
* chore: remove codes
|
2025-05-31 13:11:53 +08:00 |
|
whw174660897
|
f17b06767e
|
Feature add n8 n (#1468)
* feat(n8n): 添加n8n工作流API支持
添加n8n工作流API作为新的运行器类型,支持通过webhook调用n8n工作流,并提供多种认证方式(Basic、JWT、Header)。新增N8nAuthFormComponent用于处理n8n认证表单联动,并更新相关配置文件和测试用例。
* chore: remove pip mirror url
* perf: simplify ret def of pipeline metadata
* feat(n8n): raise exc instead of ret as normal msg
* perf: add var `user_message_text`
* chore(n8n): migration and default config
* chore: required database version
---------
Co-authored-by: hengwei.wang <@>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-05-30 22:23:57 +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
|
1376530c2e
|
fix: conversation is null
|
2025-05-20 15:32:04 +08:00 |
|
Junyan Qin (Chin)
|
a7d2a68639
|
feat: add supports for testing llm models (#1454)
* feat: add supports for testing llm models
* fix: linter error
|
2025-05-19 23:10:04 +08:00 |
|
Junyan Qin (Chin)
|
1992934dce
|
fix: user_funcs typo in ollama chat requester (#1431)
|
2025-05-15 20:51:58 +08:00 |
|
Junyan Qin (Chin)
|
f376c9703a
|
feat: add supports for open router (#1422)
|
2025-05-14 21:28:33 +08:00 |
|
Junyan Qin
|
c835555a59
|
chore: change zh_CN to zh_Hans
|
2025-05-14 16:44:48 +08:00 |
|
Junyan Qin
|
39f9400de7
|
fix: modelscope no usable
|
2025-05-14 15:35:37 +08:00 |
|
devin-ai-integration[bot]
|
ac1d39580b
|
feat: add Google Gemini API support (#1418)
* feat: add Google Gemini API support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: remove unused imports
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: add google-genai dependency
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: update Gemini API implementation to use correct API methods
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* refactor: improve Gemini API implementation based on official documentation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: remove unsupported timeout parameter from Gemini API implementation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: correct Gemini API implementation based on official documentation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: update geminichatcmpl
* deps: add google-generativeai
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-14 15:05:04 +08:00 |
|
Junyan Qin (Chin)
|
015be6008d
|
fix: bugs in requesters (#1401)
|
2025-05-13 16:09:23 +08:00 |
|
Junyan Qin (Chin)
|
cd68760c75
|
Fix/runner bugs (#1388)
* fix: bugs in runners
* fix: model entity of exists conversation is None after changed runner
|
2025-05-12 18:21:08 +08:00 |
|
Junyan Qin (Chin)
|
13d36412dd
|
fix: llm model wrongly required when runner is not local-agent (#1386)
|
2025-05-12 14:16:17 +08:00 |
|
Junyan Qin
|
055b389353
|
style: restrict line-length
|
2025-05-10 18:04:58 +08:00 |
|
Junyan Qin
|
b30016ed08
|
fix: args bugs of chatcmpl
|
2025-05-10 18:02:05 +08:00 |
|
Junyan Qin
|
247b41bdb2
|
Merge branch 'master' into version/4.0
|
2025-05-10 17:47:14 +08:00 |
|
Junyan Qin
|
425681ea09
|
feat: remove telemetry
|
2025-05-10 16:17:01 +08:00 |
|
Devin AI
|
e265f267e1
|
improve: add explicit error handling for empty API responses
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-09 01:37:04 +00:00 |
|
Devin AI
|
f58d5f184f
|
fix: initialize chunk variable before reference in difysvapi.py
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-09 01:28:43 +00:00 |
|
Junyan Qin (Chin)
|
209f16af76
|
style: introduce ruff as linter and formatter (#1356)
* style: remove necessary imports
* style: fix F841
* style: fix F401
* style: fix F811
* style: fix E402
* style: fix E721
* style: fix E722
* style: fix E722
* style: fix F541
* style: ruff format
* style: all passed
* style: add ruff in deps
* style: more ignores in ruff.toml
* style: add pre-commit
|
2025-04-29 17:24:07 +08:00 |
|
Junyan Qin (Chin)
|
446546b69f
|
fix(dify runner): response message event incorrect when using agent app (#1325)
|
2025-04-23 16:55:52 +08:00 |
|
Junyan Qin (Chin)
|
4417b61fd1
|
feat: read mcp servers from config.yaml (#1320)
|
2025-04-20 15:01:54 +08:00 |
|
Junyan Qin (Chin)
|
8a6d9d76da
|
perf: reduce newline in think tag converting (#1319)
|
2025-04-20 13:41:02 +08:00 |
|
WangCham
|
92e3546e8a
|
feat: add support for ppio
|
2025-04-17 16:18:05 +08:00 |
|
SkyFutu
|
2782c8cebe
|
Fix/windows compatibility (#1303)
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
|
2025-04-15 22:00:02 +08:00 |
|
Junyan Qin (Chin)
|
69435c04cc
|
feat: add logo for requesters (#1300)
|
2025-04-14 23:32:32 +08:00 |
|
Guanchao Wang
|
601b0a8964
|
fix(moonshot): tool_call_id not found error (#1040) (#1298)
|
2025-04-14 20:17:11 +08:00 |
|
Guanchao Wang
|
7c2ceb0aca
|
fix: add reasoning content for deepseek-reasoner (#1296)
|
2025-04-14 15:05:53 +08:00 |
|