kangfenmao
dc82b3b970
feat: Improve token limit settings and knowledge base URL handling
...
- Update OpenAI package to version 4.77.3
- Add confirmation modal for max tokens setting
- Modify max tokens input to use InputNumber instead of Slider
- Update localization strings for max tokens and URL input
- Enhance knowledge base URL input to support multiple URLs
- Improve error handling and input validation
2025-02-13 13:12:51 +08:00
kangfenmao
0d8b8cf7e7
style: code format
2025-02-13 11:40:55 +08:00
Chen Tao
65596a355d
feat: knowledge base support more file types ( #1300 )
...
* feat: knowledge base support more file types
* chore: add common document types
* feat: finish basic odloader
* feat: finish open document loader
* feat: support more type from dictionary
* fix: 删除目录时仍能检索到信息
* chore
2025-02-13 11:36:33 +08:00
Wenwei Lin
13a0fd0a65
fix: Label text was obscured in create agent page
2025-02-13 11:36:07 +08:00
Chen Tao
dab6271101
feat: add i18n sync script ( #1538 )
...
* feat: add i18n sync script
* chore
2025-02-13 11:34:23 +08:00
Asurada
c344261e17
feat: add google AI Studio minapp, resolve #832 ( #1518 )
...
* feat: add google AI Studio minapp, resolve #832
* fix: correct variable name for aistudio in migrateConfig
2025-02-13 11:28:51 +08:00
kangfenmao
5229cef35f
feat: update AIHubMix OAuth and release workflow configuration
2025-02-12 18:24:57 +08:00
kangfenmao
fc1c49213b
fix(i18n): use translation for API key error message
2025-02-12 18:24:39 +08:00
kangfenmao
60b462ae9d
feat: remove auto reset model feature #1435
...
close #1435
2025-02-12 16:58:33 +08:00
kangfenmao
299cda7d44
feat: expand embedding model regex to include more model identifiers #1481
...
close #1481
2025-02-12 16:39:35 +08:00
kangfenmao
52026c0772
feat: switch default math rendering engine to KaTeX #1485
2025-02-12 16:34:24 +08:00
kangfenmao
f748a1b274
fix(i18n): model exist error tip
2025-02-12 16:11:01 +08:00
kangfenmao
23bd78cc9c
fix: openai o1 models not support max_token params
...
close #1378
close #1378
close #1340
close #1197
close #491
2025-02-12 15:59:42 +08:00
kangfenmao
4fe306d393
fix: doubao not support files type
2025-02-12 15:41:24 +08:00
kangfenmao
3229918d20
feat: WebDAV data backup and restore secondary confirmation #1326
...
close #1326
2025-02-12 15:19:21 +08:00
kangfenmao
19c8b484fd
fix: update Ollama API endpoint URL
2025-02-12 14:56:59 +08:00
kangfenmao
5784f5bbd5
chore: update store migration and LLM providers
2025-02-12 14:52:45 +08:00
kangfenmao
f0b5a75387
docs: change knowledge base documents chunk max limit
2025-02-12 14:36:56 +08:00
cnJasonZ
ea4ce0c17c
feat: add new model provider PPIO ( #1359 )
2025-02-12 14:14:56 +08:00
方程
1c7e6b979a
feat: add gitee ai provider ( #1473 )
...
* feat: add gitee ai provider
* feat: add gitee ai provider
---------
Co-authored-by: 方程 <fangcheng@oschina.cn>
2025-02-12 14:11:13 +08:00
亢奋猫
387393555a
feat: 🎸 使用@呼出模型选择列表 #1317 #1324 ( #1458 )
...
* feat: 🎸 使用@呼出模型选择列表
输入第一个字符为@符号的时候可以呼出选择模型的列表
* feat: 🎸 Only one can be chosen at a time
一次只能选择一个模型,选择后自动关闭。选择过的模型不在出现在列表,避免删除模型的时候显示异常。
* fix: 🐛 When choosing the model, Enter will send a message
* feat: 🎸 选中的模型显示供应商
* feat: 🎸 pinned module show privoder
* feat: 🎸 only selected modle show provider
* feat: 🎸 删除@符号以后自动关闭
* feat: 🎸 增加模糊搜索
---------
Co-authored-by: duanyongcheng77 <duanyongcheng77@gmail.com>
2025-02-12 14:08:18 +08:00
牡丹凤凰
1d960993c7
Update embedings.ts
2025-02-12 08:31:00 +08:00
牡丹凤凰
43dc4e85a7
Update zh-tw.json
...
更正繁体中文当中关于Temperature的描述
2025-02-12 08:30:34 +08:00
airwish
df34c48757
feat: expanded web search models
2025-02-12 08:30:00 +08:00
牡丹凤凰
b9641cd612
Update zh-tw.json ( #1433 )
...
助手菜单名称显示不全
2025-02-12 08:25:14 +08:00
linauror
83d96c7927
fix:针对思考类模型的返回,总结标题仅截取</think>之后的内容 ( #1415 )
2025-02-11 18:05:09 +08:00
Trey Dong
29b83862b7
feat: add pin topic feature ( #1408 )
...
* feat: 新增导出至Notion的选项
* fix:添加多语言支持
* fix:添加提示语的多语言支持,以及防止重复导入的状态
* fix:修复多语言错误及调整UI样式统一
* feat:添加话题固定功能
2025-02-11 16:51:58 +08:00
kangfenmao
3635952697
fix: upload button tooltip
2025-02-11 16:34:26 +08:00
lucifer9
832247bb77
feat: add support for clickable citations in message content ( #1381 )
...
* Add support for clickable citations in message content
* update format
2025-02-11 16:21:20 +08:00
kshern
7333bc4476
fix: retain selected model when regenerating message ( #1382 )
...
* fix: retain selected model when regenerating message instead of reverting to default model
* fix: use props model
---------
Co-authored-by: Shern <shenkeji@corp.netease.com>
2025-02-11 14:12:56 +08:00
Trey Dong
fa5522bbff
feat: 增加导出话题至Notion的功能 ( #1331 )
...
* feat: 新增导出至Notion的选项
* fix:添加多语言支持
* fix:添加提示语的多语言支持,以及防止重复导入的状态
* fix:修复多语言错误及调整UI样式统一
2025-02-11 11:27:01 +08:00
Chen Tao
488ec9bb03
fix: 数据库文档个数变为默认6个#1366 #1370
2025-02-11 10:05:34 +08:00
美兰十三
ffd1d47277
fix: 快捷键无法绑定空格
2025-02-11 09:25:42 +08:00
Peter Chen
470ec81827
Update MessageThought.tsx
2025-02-10 16:48:47 +08:00
kangfenmao
6f4f7ed170
fix: store migrate version
2025-02-10 14:40:30 +08:00
Chen Tao
c2ce72cf54
feat: add translate selection ( #1010 )
...
* feat: add translate selection
* chore: add default translate value
* feat: optimize trigger translation shotcut and add TanslateLanguageVarious
* fix
* fix: add database migrate version
2025-02-10 13:19:46 +08:00
郑恩
51fa93e01e
feat: 优化思考过程显示的换行效果
2025-02-10 13:17:32 +08:00
Fadouse
ce20ed724f
fix: correct thinking time calculation for deepseek r1
2025-02-09 21:29:21 +08:00
Wenwei Lin
be65d66b88
feat: 知识库文件支持 html 类型
2025-02-09 21:27:15 +08:00
kangfenmao
32df17c229
fix: max chunk size
2025-02-09 09:32:40 +08:00
牡丹凤凰
193255cf54
Update embedings.ts
...
embedding models information
2025-02-09 09:31:01 +08:00
kangfenmao
9bca10774b
chore(version): 0.9.20
2025-02-09 00:05:15 +08:00
kangfenmao
75d55e915c
feat: Add support for SiliconFlow provider charge and knowledge base improvements
2025-02-08 23:53:28 +08:00
kangfenmao
0bce58e3b4
feat: Add HTTP error handling and localized error messages
2025-02-08 23:01:27 +08:00
kangfenmao
3e84a32199
feat: Make knowledge base reference document count configurable
2025-02-08 20:56:59 +08:00
kangfenmao
9313059aba
feat: add knowledge base settings
2025-02-08 19:19:59 +08:00
kangfenmao
4d82d58752
feat: Add support for AIHubMix topup and charge functionality
2025-02-08 16:26:10 +08:00
magicdmer
ca02ac427f
fix: 翻译的temperature改为0.7
...
improve: 模型特性默认支持的时候,打勾
2025-02-08 14:46:55 +08:00
teaim
fb8baa5c09
fix: o3-mini markdown formatting #997
2025-02-08 07:33:27 +08:00
kangfenmao
c067b9f0dd
feat: remove knowledge base references when deleting a base
2025-02-07 23:58:44 +08:00
kangfenmao
b67e907bc8
fix: update knowledge base button tooltip and input bar dependency
2025-02-07 23:38:25 +08:00
Chen Tao
e1cbb7d7f5
feat: add knowledge base settings to assistant ( #1112 )
...
* feat: #1047
* fix: allow clear
2025-02-07 23:20:22 +08:00
kangfenmao
1b00d5d3dc
fix: sanitize error details by removing sensitive headers and stack trace
2025-02-07 23:05:27 +08:00
kangfenmao
27dd093043
fix: improve reasoning effort handling for different providers
2025-02-07 22:37:18 +08:00
kangfenmao
f62caba4e9
feat: add aihubmix oauth
2025-02-07 22:27:28 +08:00
Chris Wan
9fa5c7e8fa
fix: temperature tip English translation
2025-02-07 18:34:27 +08:00
Yrom Wang
4f3aebe305
fix: KnowledgeSearchPopup keyword highlighting issue
2025-02-07 18:24:03 +08:00
kangfenmao
6c1768298d
feat: expand supported Gemini models for web search #1096
2025-02-07 17:18:11 +08:00
kangfenmao
d906592431
feat: add baidu cloud provider
2025-02-07 16:47:29 +08:00
kangfenmao
98f21b0598
feat: Reposition ocoolAI provider in LLM store configuration
2025-02-07 13:29:07 +08:00
kangfenmao
05a0b0ff68
fix: remove QwenLM provider #1122
...
close #1122
close #886
2025-02-07 12:38:12 +08:00
gyuannn
f3d451fb23
feat: Improve handling of think tags
2025-02-06 13:43:06 +08:00
gyuannn
610171936c
feat: optimize MessageThought to enhance user experience
2025-02-06 13:43:06 +08:00
kangfenmao
4114a44eaf
feat: Add DeepSeek V3 model to Silicon provider
2025-02-05 21:34:55 +08:00
kangfenmao
d4ddcbfc5b
feat: Enhance web search parameter handling for assistants #575
2025-02-05 20:35:25 +08:00
kangfenmao
62bcb0582e
feat: Update VisionIcon from PictureOutlined to EyeOutlined
2025-02-05 20:21:26 +08:00
kangfenmao
9f101b614a
feat: Add DeepSeek VL to vision allowed models #1015
2025-02-05 20:09:29 +08:00
kangfenmao
ee260230ff
feat: Enhance model tags and icons with new reasoning and visual styles
2025-02-05 20:00:18 +08:00
shellming
f94a42a48f
feat: Add 3MinTop to default mini apps
2025-02-05 16:16:37 +08:00
Gutsy Yuan
122171b03c
feat: Add new model type for reasoning models & reasoning_effort setting ( #992 )
2025-02-05 16:15:31 +08:00
kangfenmao
9dadef6df3
feat: add support for o1 models and update provider configurations
2025-02-05 16:14:35 +08:00
kangfenmao
909e88f8a3
chore(version): 0.9.18
2025-02-04 22:37:31 +08:00
kangfenmao
8c1ae0b950
feat: improve error message display for embedding dimensions retrieval
2025-02-04 17:25:24 +08:00
kangfenmao
66a13b1132
feat: improve error handling and formatting across providers
2025-02-04 16:45:09 +08:00
kangfenmao
5211ed657a
fix: oauth error
2025-02-04 16:45:03 +08:00
Lei Huang
e49b3e8173
fix: prompt-injection-like behavior in translation #956 ( #974 )
...
* fix: prompt-injection-like behavior in translation #956
* fix: edit translation prompt to embded text to system prompt
2025-02-04 15:49:17 +08:00
亢奋猫
76b9af20ce
feat: add oauth for siliconflow ( #976 )
...
* wip: silicon oauth
* feat: Add custom protocol handler for SiliconFlow OAuth login
* feat: Improve SiliconFlow OAuth flow with dynamic key update
* feat: Enhance OAuth and Provider Settings UI
* feat: Refactor SiliconFlow OAuth and update localization strings
* chore: Update provider localization and system provider configuration
* feat: Add OAuth support for AIHubMix provider
2025-02-04 15:41:40 +08:00
kangfenmao
f4ac3bd2a8
feat: support for vba code mode #949
...
close #949
2025-02-04 13:22:41 +08:00
kangfenmao
c2c17230d0
feat: add mention model title to locales
2025-02-04 13:00:31 +08:00
kangfenmao
7e94058199
feat: update text-to-image model regex to include Janus
2025-02-04 12:28:17 +08:00
kangfenmao
1f0d7687f1
feat: update text-to-image models with new FLUX and Stable Diffusion variants
2025-02-04 12:21:58 +08:00
kangfenmao
731bbfcda5
feat: add Janus model to vision allowed models
2025-02-04 12:11:14 +08:00
kangfenmao
e42d6d4219
feat: adjust translation assistant temperature
2025-02-04 12:06:06 +08:00
eeee0717
7f86e9ceeb
feat: add Janus-Pro-7B for silicon
2025-02-04 00:13:41 +08:00
Kcalb35
966c2df6ba
fix: translation issue #900
2025-02-03 17:26:31 +08:00
Shenghang Tsai
7d6b5f8cce
default use r1 in silicon
2025-02-03 15:06:50 +08:00
kangfenmao
9fac01c313
fix: reset knowledge base selection when switching assistants
2025-02-03 13:45:21 +08:00
kangfenmao
90b8d704c9
feat: add azure provider type #931
2025-02-03 13:37:09 +08:00
kangfenmao
99fd08184b
feat: change DEFAULT_TEMPERATURE to 1.0
2025-02-03 11:57:26 +08:00
kangfenmao
8f18476f9a
feat: openrouter reasoning field and include_reasoning key #863
2025-02-03 11:48:46 +08:00
kangfenmao
236f25df8a
feat: add regenerate message button
2025-02-03 11:18:55 +08:00
kangfenmao
089375c822
fix: add model input max length
2025-02-03 10:52:21 +08:00
kangfenmao
ca5912b121
feat: add knowledge base settings popup
2025-02-03 09:22:59 +08:00
Wenwei Lin
6cf4349fcf
fix: OpenAI o3-mini 无法使用
2025-02-02 00:17:00 +08:00
牡丹凤凰
3efdfcf816
Update models.ts
...
Match the avatar of the o3-mini
2025-02-01 04:38:25 +08:00
Nanami
cdcb19320c
feat: Support configurable chunk size and overlap for knowledge base
2025-01-27 12:30:22 +08:00
Nanami
d3e868550c
feat: Support configurable chunk size and overlap for knowledge base
2025-01-27 12:30:22 +08:00
kangfenmao
6d3eed2a6a
feat: add delete group message confirm modal
2025-01-24 13:13:00 +08:00
kangfenmao
ba0db528f8
fix: resend message logic
2025-01-24 13:02:57 +08:00
kangfenmao
1d274b0a99
chore(migration): update version and adjust provider type for QwenLM #833
...
- Incremented version from 60 to 61 in the persisted reducer configuration.
- Updated migration logic to change the provider type for 'qwenlm' from 'openai' to 'qwenlm', ensuring correct identification in the state management.
2025-01-23 13:20:15 +08:00