Commit Graph

884 Commits

Author SHA1 Message Date
Linjun 053dd647ec fix issue#762: upon clicking to resend, the conversation content is cleared.
If there is no subsequent message or if the next message is from the user, this message should be resent. delete the old message after processing is complete.
2025-01-19 12:26:55 +08:00
kangfenmao 6f21844603 feat: improved model validation and error handling 2025-01-16 10:14:32 +08:00
Nanami 70666df135 fix: qwenlm context error 2025-01-15 09:09:01 +08:00
kangfenmao ce605e42c5 fix: artifacts cannot preview 2025-01-14 23:27:54 +08:00
kangfenmao 70ae5044d2 refactor: improved type safety and consistency for file handling 2025-01-14 21:02:55 +08:00
kangfenmao da2bc3af17 refactor: update model group names and sync interval 2025-01-14 20:53:52 +08:00
kangfenmao 3be32e5f7e fix: fix model type logic based on provider properties 2025-01-14 20:32:04 +08:00
Nanami 82266800e6 feat: add support for qwenlm and image upload (#726)
* feat: add support for qwenlm and image upload

* fix: qwenlm return

* feat: add provider config
2025-01-14 18:59:19 +08:00
Teo 69f1f2ea71 feat: 添加模型提及功能,支持多个模型一起回答 2025-01-14 17:46:55 +08:00
kangfenmao 5aed454a62 chore: update store version and migration 2025-01-14 14:34:36 +08:00
kangfenmao 17e3a966dd style: update markdown link text color 2025-01-14 13:54:10 +08:00
kangfenmao f860503d96 fix: improved input validation and debouncing for assistant settings updates 2025-01-14 13:18:34 +08:00
kangfenmao b1b9898eb1 feat: add grounding source info to gemini message 2025-01-14 12:32:50 +08:00
kangfenmao 32a0047a1d feat: auto focus search input box #705
close #705
2025-01-13 18:09:59 +08:00
kangfenmao fd7de97b12 feat: add native app regions support 2025-01-13 18:06:22 +08:00
kangfenmao 64e3da4225 style: update pinned apps style and refactor config model 2025-01-13 17:56:16 +08:00
kangfenmao 348d0fb06a feat: add refresh icon to knowledge base items #567
close #567
2025-01-13 17:42:59 +08:00
kangfenmao 662742c958 feat: added openai model configuration and search parameter logic 2025-01-13 16:42:53 +08:00
kangfenmao d0cb1c5d86 feat: check api use selected model 2025-01-13 16:11:09 +08:00
kangfenmao 812ae5883c fix: enforce max tokens above 0 in assistantservice #530 2025-01-13 15:03:37 +08:00
kangfenmao ae9b574567 feat: csv download #710
close #710
2025-01-13 14:44:30 +08:00
kangfenmao 93b5e628b3 refactor: update terminology to 'backup' throughout the application 2025-01-13 14:00:35 +08:00
kangfenmao ac6faaf23e feat: add qwenlm minapp 2025-01-13 13:52:45 +08:00
kangfenmao 0aef439c08 refactor: sidebar minapps 2025-01-13 13:04:01 +08:00
hxp0618 4651412aa8 feat: MinApp added to the sidebar does not support direct hiding. 2025-01-13 10:13:47 +08:00
hxp0618 153d36fcbb feat: Adjust the order of settings 2025-01-13 10:13:34 +08:00
hxp0618 9423403c5c feat: minApp supports show/hide, add to the sidebar 2025-01-13 10:13:34 +08:00
王瑞 69ec906df4 feat: add Grok app logo and configuration 2025-01-12 22:33:46 +08:00
kangfenmao aa73526ba4 chore(version): 0.9.6 2025-01-09 16:23:29 +08:00
kangfenmao aa40df2cfd fix: create agent popup error 2025-01-09 09:15:16 +08:00
kangfenmao 7d393deda7 chore(version): 0.9.5 2025-01-08 16:52:03 +08:00
kangfenmao 1a4dc3aafd fix: window navbar layout 2025-01-08 14:35:48 +08:00
kangfenmao be2d18be1d style: update container component styling and navbar responsiveness 2025-01-08 13:25:34 +08:00
kangfenmao 322ba29c8d feat: narrow layout 2025-01-08 12:44:01 +08:00
kangfenmao ccd3becc87 style: adjusted padding and container gap styles 2025-01-08 11:06:51 +08:00
kangfenmao 17f1a24433 fix: removed unnecessary conditional logic for attachment button #667 2025-01-08 10:56:22 +08:00
kangfenmao 7fb9a34f7d Revert "fix:修复单行CodeBlock中显示sub"
This reverts commit d808b6dffc.
2025-01-08 10:46:35 +08:00
kangfenmao cd5c1b4797 refactor: refactor upload component layout and styling for responsiveness #674
fix: 当插入文件过多的时候,无法看到输入框了。 close #674
2025-01-08 10:21:17 +08:00
kangfenmao 1229917e4c fix: update model filtering logic to exclude empty ids #493
close #493
2025-01-08 10:00:23 +08:00
kangfenmao 509566dc07 fix: @google/generative-ai local compilation issue #682
close #682
2025-01-07 23:18:18 +08:00
亢奋猫 169fb519e1 feature: customizable sidebar module #644 (#680)
* feat:对话的时候支持侧边栏拖拽调整宽度

* feat:对话的时候支持侧边栏拖拽调整宽度

* feat: 隐藏app sidebar 用户体验度提升,不支持隐藏对话

* fix:对话勾选知识库 国际化错误

* refactor: split the SidebarIconsManager module out of DisplaySettings

* style: update SidebarIconsManager style

* ci: fix typecheck

* Revert "feat:对话的时候支持侧边栏拖拽调整宽度"

This reverts commit 58072128f0.

* refactor: merge migrate versions

* refactor: simplify sidebarIcons data structure

* chore: move react-beautiful-dnd to dev dependencies

* chore: use @hello-pangea/dnd replace react-beautiful-dnd

* docs: update translation and formatting of input messages

---------

Co-authored-by: hxp0618 <1169924772@qq.com>
Co-authored-by: huang <hxp0618@gmail.com>
2025-01-07 19:11:12 +08:00
kangfenmao b4da93da74 feat: add gemini files support 2025-01-07 16:49:11 +08:00
kangfenmao 952b912b8a feat: add optional free model tag display 2025-01-07 11:23:32 +08:00
kangfenmao 20ade3003e feat: enable web search for zhipu ai provider #657 2025-01-07 10:53:34 +08:00
kangfenmao 7cadb0017c fix: improved error message formatting in api service 2025-01-07 10:19:21 +08:00
kangfenmao abf4d90f4e feat: add ModelTags component 2025-01-07 09:54:22 +08:00
kangfenmao 94291e0d6f feat: add support for 'aihubmix' models and aihubmix llm provider 2025-01-07 09:46:05 +08:00
kangfenmao 30ff19a78c feature: customizable sidebar module #644
close #644
2025-01-06 16:59:10 +08:00
kangfenmao c2d5d54922 feat: add search message shortcut #366 2025-01-06 16:29:39 +08:00
kangfenmao 3f44e1e4ac fix: the minimum width limit of the window is too large #544
close #544
2025-01-06 16:25:00 +08:00