Commit Graph

638 Commits

Author SHA1 Message Date
kangfenmao 8c87f59822 docs: update readme 2024-10-15 15:15:45 +08:00
1355873789 5780141df4 新增:腾讯混元服务商 2024-10-15 01:58:17 +08:00
kangfenmao f5799ef47b fix: 一次上传多个文件 #183
close #183
2024-10-14 22:52:35 +08:00
kangfenmao 6f502049f4 chore(version): 0.8.0 v0.8.0 2024-10-14 14:57:19 +08:00
kangfenmao c68ad4febb feat: add artifacts preview 2024-10-14 14:37:04 +08:00
kangfenmao 2ebcec9f59 feat: add event listeners and topic handling improvements #181
- Added event listeners for estimated token count and add new topic events.
- Updated default topic handling when clearing messages.
- Removed feature to add new topics directly in Navbar and replaced it with emitting an event to create a new topic.
- Added the functionality to add new topics, clear messages, and handle topic switching with improved conditional logic.
- The event constants configuration has been updated to include two new event names.
2024-10-14 10:39:14 +08:00
kangfenmao 7bc74a5b86 feat: add clear message menu to topic context menu 2024-10-14 10:19:48 +08:00
kangfenmao 75152421d9 fix: DashScope upgrade 2024-10-14 09:57:56 +08:00
1355873789 3326074076 chore: 更新 provider 名称, Dashscope 更新为 Bailian 2024-10-14 09:17:01 +08:00
kangfenmao 362d82bdcc fix: text input token caused stuttering 2024-10-13 00:50:28 +08:00
kangfenmao fcce241c82 style: improved visual separation and aesthetic
- Added a border radius to scrollbar thumb styles for improved aesthetic.
- Updated the Divider component to include a border for better visual separation.
- Added border to the divider in SelectModelPopup for improved visibility.
2024-10-13 00:38:13 +08:00
kangfenmao 693b06c126 docs: remove uppercase filename docs 2024-10-12 23:24:00 +08:00
kangfenmao c310c71576 fix: 长文本输入时生成文件后文本依旧保留 #179 2024-10-12 23:22:32 +08:00
kangfenmao bea95fc52f fix: 使用滚动条显示不全 #176 2024-10-12 17:42:16 +08:00
kangfenmao 969cf8ea21 fix: 移除 input 等输入标签的渲染 2024-10-12 17:37:56 +08:00
kangfenmao 5b357f14e5 chore(version): 0.7.16 v0.7.16 2024-10-12 15:31:21 +08:00
kangfenmao de5db4f805 fix: 修复无法正常选择文本文档的问题 2024-10-12 14:56:17 +08:00
kangfenmao 1ccb5edda7 chore(version): 0.7.15 v0.7.15 2024-10-12 14:14:46 +08:00
kangfenmao 97b8749dd1 fix: 一键返回到消息顶部 #166
close #166
2024-10-12 14:03:06 +08:00
kangfenmao a6d7ecae81 fix: 自定义界面字体 #158 2024-10-12 13:57:45 +08:00
kangfenmao 938efb5aef refactor: renamed model display names and fixed logic
- Renamed the display of model names to show the exact model name instead of capitalized first letter.
- Fixed logic to handle model name retrieval for assistant messages.
- Renaming of model display name to use the model's original name instead of a capitalized version.
- Removed unnecessary import and corrected label formatting in the options array.
2024-10-12 13:52:17 +08:00
kangfenmao 9baf0f772e fix: 黑暗模式的启动页是白色的 #118
close #118
2024-10-12 13:40:34 +08:00
kangfenmao ff5de3625e fix: o1模型设置使用优化 #172 2024-10-12 13:28:42 +08:00
kangfenmao f1cfdb29f8 feat: add document files support 2024-10-12 13:18:53 +08:00
kangfenmao 26e48f07fd fix: old version of the backup file cannot be restored. 2024-10-12 10:09:52 +08:00
kangfenmao 8bb5fb9811 feat: add event handling to blur current target element after showing popup
- Added event handling to the onSelectModel function to blur the current target element after showing the SelectModelPopup.
2024-10-12 10:00:03 +08:00
kangfenmao d41667b599 feat: update release notes and add image preview component
- Updated release notes to reflect changes including image preview and download.
- Added interactive image preview component with toolbar for rotation, zooming, and downloading.
- Added support for image previews in Markdown rendering.
- Added functionality to download files from a URL with automatic filename detection and handling.
2024-10-12 09:53:20 +08:00
kangfenmao 85152cbcd7 chore(version): 0.7.14 v0.7.14 2024-10-11 23:22:51 +08:00
kangfenmao b80863111f feat: update release notes and fix issues
- This commit updates release notes to include new features and fix existing issues.
- Removed non-essential keyboard shortcuts from context menu items.
2024-10-11 18:04:08 +08:00
kangfenmao 6cd88fa51d feat: add bolt minapp 2024-10-11 14:15:37 +08:00
kangfenmao 3619e8f47b style: updated ui styles and translations
- Adjusted padding styles in AssistantModelSettings component.
- The addition of a close button to the Assistant Prompt Settings component to enhance its functionality.
- Added OK callback event to AssistantPromptSettings component.
- Added translations for new UI elements.
- Updated translation data for Chinese language.
- Added new translations and updated existing values in the language file to incorporate additional features.
2024-10-11 14:05:50 +08:00
kangfenmao 5b41dd24d4 refactor: regenerate model on selection
- Updated the logic in the `onSelectModel` function to regenerate the model when a selection is made.
2024-10-11 13:49:06 +08:00
kangfenmao 91dd2f233a fix: azure openai model provider wrong 2024-10-11 13:42:36 +08:00
kangfenmao 7e651f9abc feat: quickly select model 2024-10-11 13:31:14 +08:00
kangfenmao e44f666c5c refactor: latex解析不支持矩阵环境 #169 2024-10-11 10:15:46 +08:00
kangfenmao c254b52b51 chore(version): 0.7.13 v0.7.13 2024-10-10 09:18:44 +08:00
kangfenmao 37c3a4438f fix: markdown表格目前还没有支持 br 换行 #160
close #160
2024-10-08 21:01:48 +08:00
kangfenmao 302d7511dc feat: add azure openai provider 2024-10-08 20:14:50 +08:00
kangfenmao 68d57ba238 chore(version): 0.7.12 v0.7.12 2024-10-06 10:12:46 +08:00
kangfenmao cf98675223 wip 2024-10-05 19:02:56 +08:00
kangfenmao 4cc140e4f2 feat: add topics history 2024-10-05 17:52:18 +08:00
亢奋猫 2da3a3f010 Update README.md 2024-09-30 22:42:06 +08:00
kangfenmao fa6f7ecab0 chore(version): 0.7.11 v0.7.11 2024-09-30 22:33:58 +08:00
kangfenmao 31ab444300 fix: together ai models 2024-09-30 20:45:51 +08:00
kangfenmao 85453f5a3a fix: webdav backup path 2024-09-30 18:15:15 +08:00
kangfenmao 6d92539524 fix: merge migration versions 2024-09-30 13:37:55 +08:00
牡丹凤凰 a605ae6043 新增:模型服务商together (#148)
* 新增:模型服务商together

新增:模型服务商together
修复:providers为null或undefined时会抛出错误。

* 新增服务商:fireworks、360智脑、英伟达

* 新增:若干模型头像

* 谷歌其他系列模型匹配头像

* 1

* version+
2024-09-30 13:30:09 +08:00
kangfenmao 6aaa6bf042 chore(version): 0.7.10 v0.7.10 2024-09-29 23:29:28 +08:00
kangfenmao aa578194c7 fix: add markdown rendering input msg switcher #143 #142 2024-09-29 23:21:31 +08:00
kangfenmao 220600070c fix: paste long text issue 2024-09-29 22:37:33 +08:00