335 Commits (e2ad3fe24850b77ec53f63a1f8a738b71071f817)
 

Author SHA1 Message Date
Fog3211 e2ad3fe248
fix: x-scrollbar height (#1153)
Co-authored-by: Fog3211 <23151576+Fog3211@users.noreply.github.com>
2 years ago
ChenZhaoYu 9bd88eac84 fix: 宽度问题 2 years ago
ChenZhaoYu 431de382dc perf: input auto size 2 years ago
ChenZhaoYu b241240fc6 perf: 默认 systemMessage 2 years ago
ChenZhaoYu 40fa028408 fix: some error 2 years ago
ChenZhaoYu 15f3aac88e perf: 调整光标位置 2 years ago
Hank 90f0c3a80b
feat: add socks username/password config (#890)
Co-authored-by: Redon <790348264@qq.com>
2 years ago
ChenZhaoYu d2a852d5eb chore: .eslintignore 2 years ago
yimiaoxiehou 85543deca3
feat: 添加 socks5 代理认证 (#999)
* support socks5 proxy auth

* Update build_docker.yml

* Update README.md

* perf: 增加判断

* fix: lint

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
2 years ago
ChenZhaoYu 142759ac50 chore: lint fix 2 years ago
Miku da20aed4b0
feat: add kubernetes deploy (#1001) 2 years ago
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>
2 years ago
cong 468bed7705
feat: allow user disable openai API debug log (#1041)
* feat: allow user disable openai API debug log

* chore: fix pnpm lock
2 years ago
LOVECHEN 0878af0239
perf: 加入容器名字 (#1035)
这样查看服务的时候会更优雅
2 years ago
ChenZhaoYu aa0487edc4 chore: gitHub action 2 years ago
ChenZhaoYu 76cef650b4 chore: build rollback 2 years ago
assassinliujie 78bcf7f4ce
perf: optimized output (#962)
* Update index.ts

* Update index.vue

* Update index.ts
2 years ago
ChenZhaoYu c0a9fd5208 fix: 快速按下删除会话导致的问题 #917 2 years ago
ChenZhaoYu 07123b70ad chore: rolled back to clear the impact 2 years ago
assassinliujie b579d24d19
pref: message output optimization (#935)
* Update index.ts

修改后端,让保留打字机效果的同时优化前后端之间传输的内容,节省流量和性能

* Update index.vue

修改前端,和之前修改的后端匹配,保留打字机效果同时优化性能和流量传输

* chore: lint fix

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
2 years ago
KingTwinkle e2eeee455a
fix: local import error and NModal not as expected (#938) 2 years ago
weifeng 32ad20416c
chore: Update README.md (#880)
* Update README.md

docker-compose 文件中注释掉未使用的配置节点,因为 留xxx 会导代码读取节点内容值为xxx,而不是期望的默认值,导致代码运行异常
增加 对模型可选参数的备注

* style: eslint fix

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
2 years ago
吴杉(Shan Wu) 799af86739
perf: add localization for sider (#911) 2 years ago
ChenZhaoYu c3f431118b chore: update docs 2 years ago
zaimoe a3944f86b7
fix: missing VITE_GLOB_API_URL when docker build, fixed #690 #717 # (#877) 2 years ago
Yige 365a7df1ff
Merge pull request #883 from yi-ge/dev-main
docs: 更新README.md,添加长回复使用方法
2 years ago
yi-ge 639152f987 docs: update README.md, add long reply feature 2 years ago
gitgitgogogo fb8ad3790d
fix: 反向代理限流失效 (#863)
https://docs.colyseus.io/zh_hk/colyseus/how-to/rate-limit/

使用nginx限流会只识别为服务器ip,需启用trust proxy
2 years ago
ChenZhaoYu 902321026b perf: 本地地址 2 years ago
ChenZhaoYu 9b0d7dbee8 fix: 移动端焦点不触发的问题 2 years ago
ChenZhaoYu 634c879108 perf: 自动焦点时移动端上的不便 2 years ago
Kid 57a1d6e3cd
fix: ESM error (#826) 2 years ago
ChenZhaoYu 9081b22ce9 perf: 移动端删除 chat 时,侧边栏应该收起 2 years ago
Redon 73e12b1fdd
fix: 移动端新建会话关闭侧边栏 (#813) 2 years ago
Bing 5fca2e9fa3
fix: PWA 未添加的问题 (#807)
Co-authored-by: bingo235 <>
2 years ago
ChenZhaoYu 917feec5d8 fix: 重置时应该移除本地储存 2 years ago
ChenZhaoYu c52195cef8 chore: v2.10.8 2 years ago
ChenZhaoYu 630e88b8c4 fix: prompt store 样式问题 2 years ago
Peter Dave Hello 734eb7a3fb
feat: add zh-TW prompts in the Promt Store (#796) 2 years ago
东子 e55fc06686
docs: fix docker port to private (#802) 2 years ago
ChenZhaoYu 5fee11323b perf: 网络连接时 500 自动跳转到主页 2 years ago
Allen 814c3a2565
feat: 切换 history 时自动聚焦输入框 (#735)
* feat: 修改 scrollToBottom 行为(当滚动条在底部或发送问题时才会进入自动滚动,滚轮向上滚动会中止自动滚动,方便复制和查看之前的代码; 切换 history 时自动聚焦输入框,方便直接输入文字,不用再次去点击输入框;)

* chore: 通过eslint检查

* perf: 清理重复功能

---------

Co-authored-by: Redon <790348264@qq.com>
2 years ago
ChenZhaoYu d2a22a3ee5 feat: PWA 默认不开启 2 years ago
Yi 92278932ef
chore: 显示原文时使用 .whitespace-pre-wrap (#779)
显示 ChatGPT 输出的原文时保留空格和换行
2 years ago
hncboy 9c6a3d6110
feat: 增加 ChatGPTUnofficialProxyAPI 的模型自定义配置 (#632)
* feat: 增加 ChatGPTUnofficialProxyAPI 的模型自定义配置(#618)

* perf: 修改判断

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
2 years ago
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>
2 years ago
KeepRunning 1edf591721
chore(vsc-debug): 增加 visual-studio-code 的 debug 启动文件 (#296) 2 years ago
vulgate 60fd2ae0e0
feat: Create start.cmd (#656)
在windows下也可以运行
2 years ago
吴杉(Shan Wu) 3e509f6663
feat: 当用gpt-4的API 时增加可用的 Max Tokens (#729)
* fix: 用GPT-4 API时增加max token

* style: eslint fix

---------

Co-authored-by: Redon <790348264@qq.com>
2 years ago
ChenZhaoYu bf48eae9fe feat: 更新依赖并兼容已存在的代理 2 years ago