舜岳
bc390ef09d
feat: "Stop Responding" 国际化,使用 chatgpt 翻译 ( #1735 )
2023-05-31 14:05:53 +08:00
ChenZhaoYu
dbb57d8894
perf: 优化复制逻辑
2023-04-26 08:27:46 +08:00
ChenZhaoYu
05a241408e
fix: conversationOptions
2023-04-10 08:24:16 +08:00
LeafSummer
9b66fed26e
fix: requestOptions ( #1188 )
...
修复页面上重复执行onRegenerate操作,会丢失上下文的问题
2023-04-04 07:53:37 +08:00
ChenZhaoYu
4e4e41b0d6
chore: update deps
2023-04-03 08:51:04 +08:00
vchenpeng
5594b0baa9
fix: 空引用显示undefined ( #1103 )
...
Co-authored-by: peng.chen <peng.chen@freemud.com >
2023-04-03 08:48:59 +08:00
ChenZhaoYu
40fa028408
fix: some error
2023-03-31 13:37:07 +08:00
puppywang
c0f4af05e3
feat: add typing effect ( #1017 )
...
* feat: add typing effect
* fix: ts2339 xxx not exist on type 'never'
---------
Co-authored-by: WangYi <wangyi@windimg.com >
2023-03-31 11:50:32 +08:00
ChenZhaoYu
76cef650b4
chore: build rollback
2023-03-28 16:06:11 +08:00
assassinliujie
78bcf7f4ce
perf: optimized output ( #962 )
...
* Update index.ts
* Update index.vue
* Update index.ts
2023-03-28 15:47:40 +08:00
ChenZhaoYu
07123b70ad
chore: rolled back to clear the impact
2023-03-28 13:20:55 +08:00
assassinliujie
b579d24d19
pref: message output optimization ( #935 )
...
* Update index.ts
修改后端,让保留打字机效果的同时优化前后端之间传输的内容,节省流量和性能
* Update index.vue
修改前端,和之前修改的后端匹配,保留打字机效果同时优化性能和流量传输
* chore: lint fix
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
2023-03-28 09:40:20 +08:00
ChenZhaoYu
634c879108
perf: 自动焦点时移动端上的不便
2023-03-23 20:51:20 +08:00
Allen
814c3a2565
feat: 切换 history 时自动聚焦输入框 ( #735 )
...
* feat: 修改 scrollToBottom 行为(当滚动条在底部或发送问题时才会进入自动滚动,滚轮向上滚动会中止自动滚动,方便复制和查看之前的代码; 切换 history 时自动聚焦输入框,方便直接输入文字,不用再次去点击输入框;)
* chore: 通过eslint检查
* perf: 清理重复功能
---------
Co-authored-by: Redon <790348264@qq.com >
2023-03-22 19:53:21 +08:00
Liut
e30217542d
fix line end with new-line in some backend ( #474 )
...
* fix line end with new-line in some backend
In backend with golang (like https://github.com/sashabaranov/go-openai ), the responseText always has '\n'.
* feat: 补全遗漏
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
2023-03-22 18:49:40 +08:00
舜岳
31a84325d4
perf: scrollToBottom 改成 scrollToBottomIfAtBottom ( #771 )
2023-03-22 18:00:53 +08:00
ChenZhaoYu
f1584b60e8
fix: 手动重置异常的 loading
2023-03-19 18:12:49 +08:00
ChenZhaoYu
b3cfe7a976
perf: 记录上下文设定保存到本地
2023-03-17 08:40:45 +08:00
Yige
a4cfd0c380
fix: 修改最大行数与官方保持一致 ( #502 )
...
* chore: rename environment variables files
* docs: update README.md about .env file
* feat: support long reply
* chore: upgrade chatgpt package and set long reply to false default
* chore: set long reply to false default
* fix: change maxRows to 8
* feat: mobile max row
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
2023-03-12 19:29:04 +08:00
ChenZhaoYu
6b8ba6302a
chore: format
2023-03-11 16:27:55 +08:00
Nothing1024
00ade41a76
feat: 添加 Prompt 模板和 Prompt 商店支持 ( #268 )
...
* feat: 添加Prompt模板和Prompt商店支持
* feat: well done
---------
Co-authored-by: Redon <790348264@qq.com >
2023-03-11 16:09:52 +08:00
ChenZhaoYu
a2fcd31f24
perf: use hooks
2023-03-10 14:30:02 +08:00
ChenZhaoYu
ed4ff67760
feat: 移动端按钮调整到顶部
2023-03-10 14:05:59 +08:00
Yige
076c56d1d9
feat: 支持长回复 ( #450 )
...
* chore: rename environment variables files
* docs: update README.md about .env file
* feat: support long reply
* chore: upgrade chatgpt package and set long reply to false default
* chore: set long reply to false default
2023-03-10 13:23:22 +08:00
ChenZhaoYu
222b3eaa4c
feat: 移动端下按钮收缩
2023-03-10 00:46:09 +08:00
ChenZhaoYu
7021a08ecf
chore: reset scrollToBottom
2023-03-10 00:02:02 +08:00
ChenZhaoYu
ba41015df8
Merge branch 'feature'
2023-03-09 19:02:22 +08:00
ChenZhaoYu
f084460d1c
fix: 深色模式导出图片的样式问题
2023-03-09 18:57:46 +08:00
acongee
9576edf26f
feat: 优化打字机模式显示新内容的逻辑 ( #394 )
...
* 添加为打字机模式优化的滚动至底部函数
* feat: 优化打字机模式始终显示最新内容的逻辑
* feat: 内容输出结束时也根据滚动条位置判断是否滚动至底部
2023-03-09 18:15:13 +08:00
CornerSkyless
5b74ac9cc6
fix: 修复导出图片会丢失头像的问题 ( #392 )
2023-03-09 17:59:26 +08:00
CornerSkyless
444e2ec2e8
feat: 增加了一个可以是否要发送历史上下文的开关 ( #393 )
...
* chore: 更新文档
* Improve zh-TW locale (#379 )
* fix: 移动端样式
* feat: typo
* fix: 调整滚动回原样
* feat: 支持切换是否要发送前文信息
* style: 修复 lint
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org >
2023-03-09 17:56:11 +08:00
壳壳中的宇宙
60b7874f65
优化docker打包镜像文件过大的问题 ( #415 )
...
* chore: 更新文档
* Improve zh-TW locale (#379 )
* fix: 移动端样式
* feat: typo
* fix: 调整滚动回原样
* ⚡ 优化docker打包镜像文件过大
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org >
2023-03-09 17:52:39 +08:00
ChenZhaoYu
07cac12dac
fix: 调整滚动回原样
2023-03-08 10:38:50 +08:00
Redon
ffd4da91cf
chore: version 2.10.0
...
* feat: 权限验证功能
* chore: v2.10.0
* feat: 500 服务异常页面
* feat: 只有结束才会滚动到底部
* chore: 修改 CHANGELOG
* chore: 不存在时输出默认报错
2023-03-07 22:12:15 +08:00
CornerSkyless
a2ffa3cb3a
feat: 增加保存会话为图片的功能 ( #374 )
...
* feat: 增加保存会话为图片的功能
* feat: 异常处理和增加导出动画
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com >
2023-03-07 21:13:41 +08:00
CornerSkyless
a689406b28
feat: 判断小窗模式 ctrl+enter 发送消息 ( #363 )
2023-03-07 17:54:22 +08:00
ChenZhaoYu
dee84e9307
fix: iOS安全距离和输入溢出[ #266 ]
2023-03-04 15:46:28 +08:00
Redon
0fdf75eba0
chore: version 2.9.2 ( #261 )
...
* feat: 添加 OPENAI_API_BASE_URL 可选参数[#249 ]
* fix: 生成的代码块不能复制的问题[#251 ][#260 ]
* perf: 限制高分屏上的宽度[#257 ]
* perf: 文字按单词换行[#215 ][#225 ]
* perf: highlight.js 新语法警告
* fix: 移动端输入框不会被键盘弹起[#256 ]
* chore: 更新文档
* chore: version 2.9.2
2023-03-04 09:34:28 +08:00
Redon
f19998d59b
feat: version 2.9.1 ( #207 )
...
* feat: i18n
* chore: format
* feat: 补充遗漏翻译
* chore: update deps
* feat: 复制代码块[#196 ][#197 ]
* chore: version 2.9.1
2023-03-02 21:27:20 +08:00
Redon
42e320fe35
chore: version 2.8.3 ( #175 )
...
* feat: 保留已存在的内容直到手动操作
* feat: 支持复制文本
* chore: version 2.8.3
2023-03-01 13:20:31 +08:00
Redon
89712aada7
chore: version 2.8.0 ( #140 )
...
* fix: 用户输入换行符号被忽略的问题[#137 ]
* feat: 输入框添加换行提示,移动端`Enter` 判定换行而不是提交[#135 ]
* feat: 调整标签
* chore: version 2.8.0
2023-02-27 11:14:32 +08:00
Redon
90f6989445
feat: 移动端功能优化 ( #132 )
...
* feat: 移动端双击返回顶部
* feat: 深色模式下的底色
* feat: 移动端标题返回顶部和返回底部
2023-02-26 10:07:02 +08:00
Redon
1406292405
fix: 修复部份 bug
( #131 )
...
* fix: 主题模式图标不一致的问题[#125 ]
* fix: 修复样式问题[#123 ][#126 ]
* perf: 优化代码和添加类型
2023-02-25 22:44:25 +08:00
puppywang
628187f5c3
feat: add proxy support and fix streaming mode ( #122 )
2023-02-25 17:13:19 +08:00
Redon
cc91e95eed
chore: version 2.7.3 ( #120 )
...
* fix: 用户输入也被渲染的问题 (#117 )
* fix: 用户输入不转换
* feat: 基础深色模式适配
* feat: 主题模式跟随系统
* feat: 深色适配补漏
* chore: version 2.7.3
2023-02-25 00:19:13 +08:00
Redon
1e2f893ef6
chore: version 2.7.1 ( #99 )
...
* feat: 调整流输出为实验性质
* feat: 取消回答按钮
* feat: 更新版本查看
* feat: 单消息复制和删除功能
* feat: 消除警告
* feat: 优化删除功能
* chore: version 2.7.1
2023-02-23 12:44:28 +08:00
Redon
09359c3c46
feat: 流式输出内容 ( #93 )
...
* feat: 流式输出内容
* fix: 修复异常状态
* feat: markdown 链接颜色
2023-02-22 23:03:20 +08:00
Redon
ac9536ab87
feat: 支持 markdown 格式 ( #77 )
...
* feat: 支持 markdown 格式和图片
* perf: 重载的时候滚动条保持
* chore: version 2.5.2
* feat: 添加文字换行
* chore: 添加新封面
* chore: 更新 cover
2023-02-21 11:57:29 +08:00
Redon
938c91f635
fix: 样式异常 ( #76 )
...
* chore: update README
* fix: 样式异常
2023-02-21 09:32:09 +08:00
Redon
4ab9f709de
v2.5.1 ( #75 )
...
* perf: 新增会话添加在列表前方
* fix: 路由模式改为 hash 保证兼容性
* perf: 增强移动端体验
* chore: version 2.5.1
2023-02-21 08:57:54 +08:00