Peter Dave Hello
15903fae38
feat: support the latest GPT-4 Turbo preview models ( #2024 )
...
This includes the latest:
- gpt-4-0125-preview
- gpt-4-turbo-preview
Reference:
- https://openai.com/blog/new-embedding-models-and-api-updates
2024-02-01 08:25:50 +08:00
Ed Burnette
15a6b19897
localization: Add additional English translations ( #1987 )
...
* Additional English translations
Provide an English version of the readme, and add a few translations
that were missing elsewhere
* Use browser language by default
* Support 'en' and 'vi' as languages
---------
Co-authored-by: Ed Burnette <ed.burnette@hiddenmind.ai>
2023-12-03 04:27:38 -06:00
Peter Dave Hello
ed1e41c4f1
feat: support the latest GPT-4 Turbo (gpt-4-1106-preview) model ( #1968 )
...
Reference:
- https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
- https://openai.com/blog/new-models-and-developer-products-announced-at-devday#gpt-4-turbo-with-128k-context
2023-11-23 21:58:37 -06:00
ChenZhaoYu
3482565481
chore: doc
2023-10-07 08:33:01 +08:00
Carson Yang
2b2efe2f15
Update README.md ( #1864 )
2023-08-09 11:45:11 +08:00
BertramRay
6e272bb343
feat: 支持最新的gpt-3.5-turbo-16k模型 ( #1789 )
...
* fix: 增加 16k 模型支持
* fix: 修改判断逻辑
* fix: 修改 gpt-3.5-turbo tokens 判断逻辑
---------
Co-authored-by: ziyang <ziyang@dora.design>
2023-06-19 14:26:22 +08:00
ChenZhaoYu
3dff5bd4c8
chore: version 2.11.0
2023-04-26 11:07:37 +08:00
夜法之书(appotry)
89f78bd4c7
添加nginx防止爬虫爬取配置 ( #1187 )
...
* 添加nginx防止爬虫爬取配置
* Update nginx.conf
* Update README.md
2023-04-24 20:08:30 +08:00
24min
d598dc65ce
fix(proxy url): change default proxy url ( #1567 )
2023-04-24 20:07:46 +08:00
Peter Dave Hello
537872968c
Let's make GitHub happy ( #1453 )
2023-04-15 16:35:33 +08:00
ChenZhaoYu
a7c97026b7
chore: v2.10.9
2023-04-03 09:46:46 +08:00
ChenZhaoYu
0ff7825387
chore: update README.md
2023-04-03 09:21:08 +08:00
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>
2023-03-31 12:23:26 +08:00
cong
468bed7705
feat: allow user disable openai API debug log ( #1041 )
...
* feat: allow user disable openai API debug log
* chore: fix pnpm lock
2023-03-31 11:40:01 +08:00
weifeng
32ad20416c
chore: Update README.md ( #880 )
...
* Update README.md
docker-compose 文件中注释掉未使用的配置节点,因为 留xxx 会导代码读取节点内容值为xxx,而不是期望的默认值,导致代码运行异常
增加 对模型可选参数的备注
* style: eslint fix
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com>
2023-03-27 15:58:54 +08:00
ChenZhaoYu
c3f431118b
chore: update docs
2023-03-26 10:08:01 +08:00
yi-ge
639152f987
docs: update README.md, add long reply feature
2023-03-25 17:01:12 +08:00
东子
e55fc06686
docs: fix docker port to private ( #802 )
2023-03-23 13:56:52 +08:00
xiaozhu
e02ab1fbad
feat: 新增限流功能 ( #718 )
...
* 请求速率限制
* perf: 优化代码
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com>
2023-03-21 09:20:27 +08:00
ChenZhaoYu
116ed7b0bf
docs: 移除 docker-compose.yml 省略
2023-03-17 08:59:49 +08:00
碎花爱洋裙
1411c45811
fix: typo ( #636 )
2023-03-17 08:04:11 +08:00
ChenZhaoYu
b288cd612e
chore: docs change
2023-03-13 08:58:30 +08:00
ChenZhaoYu
41ddc6a8e1
chore: docs change
2023-03-13 08:44:53 +08:00
Eason
bc5e835f78
feat: support linux command line proxy standard ( #308 )
...
* feat: support linux command line proxy standard with env HTTPS_PROXY and ALL_PROXY
* chore: update docs for linux command linux proxy standard
2023-03-12 19:38:59 +08:00
ChenZhaoYu
514ab7e9e4
chore: change docs
2023-03-11 10:50:58 +08:00
ChenZhaoYu
e88b9bef13
chore: reset .env
2023-03-09 23:57:47 +08:00
ChenZhaoYu
7d52e6dd1e
feat: model typo
2023-03-09 19:13:18 +08:00
ChenZhaoYu
ba41015df8
Merge branch 'feature'
2023-03-09 19:02:22 +08:00
Yige
a4ef23d603
chore: rename environment variables files ( #395 )
...
* chore: rename environment variables files
* docs: update README.md about .env file
2023-03-09 18:41:33 +08:00
xieccc
d3daa654a7
feat: 新增API模型配置项 ( #404 )
...
* chore: 更新文档
* Improve zh-TW locale (#379 )
* fix: 移动端样式
* feat: typo
* fix: 调整滚动回原样
* feat: 新增API模型配置项
---------
Co-authored-by: ChenZhaoYu <790348264@qq.com>
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
2023-03-09 18:38:30 +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
54381ed2e2
chore: 更新文档
2023-03-07 22:23:44 +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
ChenZhaoYu
50e672e79b
fix: 调整部分问题
2023-03-06 20:34:29 +08:00
nalf3in
976713490a
chore: added English translation for the docs
2023-03-04 12:48:42 -05:00
Shansing
d1de182451
chore: 更新文档常见问题
2023-03-04 19:24:56 +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
ChenZhaoYu
f95af40ab8
chore: 更新文档
2023-03-03 11:59:16 +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
94e23bb916
chore: version 2.8.2 ( #159 )
...
* fix: 修复普通文本代码渲染和深色模式下的问题[#139 ][#154 ]
* chore: version 2.8.2
2023-02-28 10:00:53 +08:00
二丫讲梵
2c509c329f
feat: 调整镜像构建的tag,让最新代码指向latest,让每次版本指向日期 ( #144 )
...
* feat: 调整镜像构建的tag,让最新代码指向latest,让每次版本指向日期
* feat: 触发时机为main分支push或者relases的create,镜像的tag为分支名或tag名
* fix: 修复变量引用方式
* fix: 修复变量引用方式
* fix: 使用github.ref_name 取触发action的来源
2023-02-27 19:24:46 +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
ChenZhaoYu
2dcd292dd4
chore: 移除关于不可靠的结论
2023-02-26 11:35:21 +08:00
ChenZhaoYu
abbdcf9c51
chore: 更新封面
2023-02-24 16:45:25 +08:00
ChenZhaoYu
c0f8e4316e
chore: version 2.6.1
2023-02-22 14:43:55 +08:00
Redon
66cecb6049
Update README.md
2023-02-22 10:40:26 +08:00
闫冰
808ae600c2
chore: 新增 Railway 部署模版! ( #85 )
...
* 新增使用 Railway 免费 一键部署模版!
* 修改描述
* 修改模版的必填项以及新增超时时间参数
* 移除推广code
* Update README.md
---------
Co-authored-by: Redon <790348264@qq.com>
2023-02-22 10:36:11 +08:00
Redon
f40048fb08
feat: 支持 accessToken 请求 web api 调用 ( #80 )
...
* feat: 支持 markdown 格式和图片
* perf: 重载的时候滚动条保持
* chore: version 2.5.2
* feat: 添加文字换行
* chore: 添加新封面
* chore: 更新 cover
* feat: 支持 web api 的形式
* feat: 支持新模型和调整超时
* feat: 添加反向代理
* chore: 更新 README.md
* feat: 添加超时和反向代理显示
* chore: version 2.6.0
* chore: update README
2023-02-21 15:26:23 +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