Alice39s
75ac31345c
feat: Add support for Gemini 2.0 and update Yi model configurations
...
- Added `gemini-2.0` to `visionAllowedModels`.
- Introduced new Gemini models in `SYSTEM_MODELS`:
- `gemini-1.5-flash-8b`
- `gemini-2.0-flash`
- Updated Yi model configurations:
- Renamed `yi-lightning` to "Yi Lightning".
- Deprecated `yi-medium`, `yi-large`, and `yi-vision` (replaced by `yi-lightning` per documentation).
- Added `yi-vision-v2` as a new version of Yi Vision.
2025-02-25 08:29:59 +08:00
ousugo
2aab0b497a
feat: Adapt glmzeropreview thinking chain format, enhance message thought processing with flexible extractors,
2025-02-25 08:29:16 +08:00
自由的世界人
448b946ef4
fix: folder spelling change ( #2242 )
2025-02-25 08:26:25 +08:00
Zicheng Zhang
20ce7ccf26
fix: count reasoning content into token estimation ( #2276 )
2025-02-25 08:24:53 +08:00
eeee0717
dab9787d8c
fix bug: uniqueIds is null when uploaded directory
2025-02-24 21:40:17 +08:00
kangfenmao
3b194d7b1a
fix: Update Infini provider API URL to include '/maas' path
2025-02-24 18:08:22 +08:00
icinggslits
85cd8a0cf4
feat: add shortcut to home window of mini app
2025-02-24 12:58:40 +08:00
vic123
ce966425b6
fix: undesired assistant selection menu popup when no ' ' before '@'
2025-02-24 12:57:26 +08:00
SagoLu
0a0c3d0ac7
fix:修复在备份和恢复备份时由于无法删除临时目录导致的功能终止 ( #2224 )
...
* refactor: Remove chat settings toolbar button from input bar
* fix:修复在备份时,由于临时文件只读导致的备份失败
* fix:修复在恢复备份时,由于临时文件只读导致的备份失败
---------
Co-authored-by: kangfenmao <kangfenmao@qq.com>
2025-02-24 12:56:19 +08:00
Alice39s
146cabf768
feat: Improve support for the Codestral and additional Mistral models
...
- Added new image asset `codestral.png` for Codestral model.
- Updated `embedings.ts` to include the `mistral-embed` embedding model with `max_context: 8000`.
- Updated `models.ts` to:
- Add support for Codestral model with `codestral-latest` ID.
- Introduce new Mistral models, including:
- `ministral-3b-latest`
- `ministral-8b-latest`
- `mistral-large-latest`
- `mistral-small-latest`
- `mistral-embed`
- Organize models into appropriate groups (e.g., "Mistral Chat", "Mistral Code").
- Adjusted `getModelLogo` function to include Codestral and Ministral logos.
2025-02-24 12:55:28 +08:00
kangfenmao
442909104e
refactor: Rename onResend to onResendUserMessage for clarity
2025-02-24 12:50:29 +08:00
Asurada
6a24364147
feat: Add remark function to knowledge url ( #2210 )
...
* chore: Update .gitignore to exclude .cursor/rules
* feat: Add remark function to knowledge url
2025-02-24 12:47:47 +08:00
dengshenkk
d2950e023d
feat: 用户侧消息快捷重试功能 ( #2221 )
...
* Update MessageMenubar.tsx
用户发送消息可以重试, 方便在接口错误后进行重试
* Update MessageMenubar.tsx
2025-02-24 12:41:59 +08:00
ousugo
4c24418ec7
feat: Improve knowledge base creation popup input focus
2025-02-24 12:40:46 +08:00
ousugo
d9f581a375
feat: Enhance knowledge search popup input focus behavior
2025-02-24 12:40:46 +08:00
sijie-chan
8fc4cf4b4b
fix: 添加多个目录到知识库多个进度之间展示混淆
2025-02-24 12:40:00 +08:00
kangfenmao
820b4a2376
feat: Add Tavily dark mode logo and improve web search settings UI
2025-02-23 15:10:01 +08:00
kangfenmao
17d84a621f
refactor: Rename AssistantItemComponent to AssistantItem and update imports
2025-02-23 14:30:17 +08:00
wnzzer
7f4bc5c80f
fix:清空话题总是修复当前话题 ( #2167 )
2025-02-23 14:26:31 +08:00
kangfenmao
eba0d74eaa
feat: Improve web search UI and localization
2025-02-23 14:22:09 +08:00
kangfenmao
0a89b09fc9
chore: Update Tavily core package and remove js-tiktoken dependency
2025-02-23 11:01:30 +08:00
kangfenmao
bbe89b6e41
feat: add web search
2025-02-23 11:01:29 +08:00
kangfenmao
bb624232f2
chore(version): 0.9.30
2025-02-23 07:02:00 +08:00
kangfenmao
8f4868af01
feat: Enhance assistant emoji and popup UI interactions
2025-02-23 06:45:35 +08:00
George·Dong
3874a1ee5d
feat: 添加Notion导出自动分页功能 ( #2098 )
...
* fix: 长对话Notion导出失败(分页导出)
* feat: 添加Notion导出自动分页设置
2025-02-23 06:45:26 +08:00
ousugo
edc01ea0ba
feat: Auto-select newly added knowledge base
2025-02-23 00:17:46 +08:00
ousugo
a34c6b19be
fix: Regenerat messages don't use @ specified models
2025-02-22 22:35:02 +08:00
ousugo
f8947a7f34
fix: Restore textarea focus after selecting mention model via mouse
2025-02-22 22:34:16 +08:00
shijian
be654a8520
fix: 复制聊天信息按钮显示不全
2025-02-22 22:32:30 +08:00
kangfenmao
29afcfed7f
fix: Remove LM Studio provider from initial state
2025-02-22 22:31:37 +08:00
kangfenmao
253da36210
fix: Remove duplicate empty LM Studio providers
2025-02-22 13:35:14 +08:00
aber0724
fbc3a29811
feat: Add Monica minapp
2025-02-22 11:27:30 +08:00
sijie-chan
de1999037f
fix: 添加目录到知识库任意一个失败界面上会展示失败
2025-02-22 11:26:31 +08:00
kangfenmao
9bb7b2751f
feat: update miniapp logo
2025-02-21 18:25:23 +08:00
kangfenmao
596a73c5ec
feat: Enhance topic message clearing functionality
...
关于“清空话题”的Bug反馈 #2107
close #2107
2025-02-21 16:48:04 +08:00
suyao
799b70f9d9
fix: add first message handling in mini home window
2025-02-21 16:32:56 +08:00
kangfenmao
807d3cfa9f
feat: add export function to message
2025-02-21 16:27:07 +08:00
kangfenmao
93e5ed827e
refactor: Remove chat settings toolbar button from input bar
2025-02-21 14:31:05 +08:00
kangfenmao
7172c390a0
feat: Synchronize and clean up localization files
...
This commit involves several improvements to localization files across different languages:
- Reordered and cleaned up translation keys
- Removed redundant entries
- Ensured consistent ordering of keys
- Added missing translations for various features
- Normalized whitespace and formatting
2025-02-21 14:15:36 +08:00
落子
f22fc29cad
feat: add "Copy as" options to topics right click menu ( #2095 )
...
* feat: Add copy topic as image and Markdown functionality
* add translation
2025-02-21 13:59:34 +08:00
Avan
c4747b0cd3
feat: baidu ai search
2025-02-21 13:58:19 +08:00
kangfenmao
bd2a4c3c22
feat: Add API host formatting utility function
2025-02-21 13:50:24 +08:00
MyPrototypeWhat
bb02ebe818
refactor: Move abort controller to utils and update imports
2025-02-21 12:50:18 +08:00
MyPrototypeWhat
01bf84b8ca
feat: Add message completion abort functionality
2025-02-21 12:50:18 +08:00
kangfenmao
7f74e2a567
refactor: Simplify translation history clear button configuration
2025-02-21 11:17:41 +08:00
ousugo
b568dfef17
feat: Add newline tooltip for translation input
2025-02-21 11:16:02 +08:00
kangfenmao
f395bb32de
refactor: Simplify embedding model regex pattern
2025-02-21 09:46:26 +08:00
kangfenmao
40ddf94224
refactor: Clean up MinAppsPopover component formatting
2025-02-20 15:35:51 +08:00
kangfenmao
a9ee9ec762
refactor: Simplify topic deletion interaction
2025-02-20 15:33:24 +08:00
ousugo
9189cdb8ff
feat: Add direct topic deletion shortcut
2025-02-20 15:19:32 +08:00