Commit graph

189 commits

Author SHA1 Message Date
ikechan8370
a50a5b52cd fix: update error 2023-02-20 13:35:43 +08:00
ikechan8370
18bae72c50 fix: update command / 2023-02-20 13:33:57 +08:00
ikechan8370
5399d57e38 feat: update beta 2023-02-20 13:23:13 +08:00
HalcyonAlcedo
049e71b7bb
修复一些图片模式页面错误,添加图片页面服务器自定义配置,修改配置文件加载方法 (#172) 2023-02-20 11:32:44 +08:00
ikechan8370
6b9afe588a
Update chat.js 2023-02-19 19:03:07 +08:00
ikechan8370
0df51e8dd6 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-19 15:54:58 +08:00
ikechan8370
1612898a01 fix: use default heiti font 2023-02-19 15:54:45 +08:00
ikechan8370
0c570db332
Update README.md 2023-02-19 15:29:16 +08:00
ikechan8370
d8b415f58a fix: add api3 debug text output 2023-02-19 15:26:24 +08:00
ikechan8370
713edac1d2
Update README.md 2023-02-19 15:12:29 +08:00
ikechan8370
920cd8184a
Update README.md 2023-02-19 15:12:15 +08:00
ikechan8370
e9bd95de41 fix: revert api 2023-02-19 01:21:11 +08:00
ikechan8370
6da40e3843 fix: vulnerability problems 2023-02-19 01:19:08 +08:00
ikechan8370
b5afe1f4fb Committing changes to index.html 2023-02-19 01:12:31 +08:00
HalcyonAlcedo
c07503db29
防止注入攻击 (#170)
* 修复引用转发,默认bing模式并发

* 开启stream增加稳定性

* fix: remove queue element only in non-bing mode

* 使用chatgpt-api自带的超时逻辑,文字过多时启动切换到图片输出防止被吞

* Update chat.js

* 添加Bing专用的图片输出样式

* 添加chatgpt的新图片模式,临时处理切换api导致的对话异常

* 修改bing样式表

* 为图片添加外部页面缓存

* 为图片模式添加MathJax

* feat: add switch for qrcode

* 防止script攻击

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-19 00:44:33 +08:00
夏叶
624e1f6e1a
添加OpenAI API额度的到期日期,格式化小数点 (#168) 2023-02-19 00:18:11 +08:00
HalcyonAlcedo
a4f12eaf09
为图片添加外部页面保存 (#167)
* 修复引用转发,默认bing模式并发

* 开启stream增加稳定性

* fix: remove queue element only in non-bing mode

* 使用chatgpt-api自带的超时逻辑,文字过多时启动切换到图片输出防止被吞

* Update chat.js

* 添加Bing专用的图片输出样式

* 添加chatgpt的新图片模式,临时处理切换api导致的对话异常

* 修改bing样式表

* 为图片添加外部页面缓存

* 为图片模式添加MathJax

* feat: add switch for qrcode

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-19 00:17:37 +08:00
ikechan8370
de4a6c8f41 fix: picture mode api3 compatible problem 2023-02-18 22:14:38 +08:00
ikechan8370
9ae8d1cec6 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-18 20:50:40 +08:00
ikechan8370
2804aea54d fix: no use picture bug 2023-02-18 20:49:57 +08:00
ikechan8370
4bf12ccb89
fix: enable confirm by default 2023-02-18 17:53:59 +08:00
ikechan8370
da856956c8
fix: remove qq group qrcode because of harassing 2023-02-18 17:36:19 +08:00
ikechan8370
a0ac404e54 feat: help for delete 2023-02-18 15:30:50 +08:00
ikechan8370
c98388258a fix: delete log bug 2023-02-18 15:20:36 +08:00
ikechan8370
05494ad85b fix: delete in group only at mode 2023-02-18 15:16:53 +08:00
ikechan8370
4cdaa70c22 feat: delete conversation beta 2023-02-18 15:10:57 +08:00
ikechan8370
d61e1ed7ed fix: 优化文本 2023-02-18 14:36:40 +08:00
ikechan8370
4b54a79fc6 feat: join conversation 2023-02-18 14:23:30 +08:00
ikechan8370
f24911a040 fix: change Bing style of picture 2023-02-18 13:21:56 +08:00
ikechan8370
9527a9da92 fix: destroy conversation 2023-02-18 13:20:24 +08:00
ikechan8370
baad7f87b9 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-18 13:03:11 +08:00
ikechan8370
1e89fe6a94 fix: remove debug code 2023-02-18 13:02:34 +08:00
ikechan8370
66ce5eb8b7
Update README.md 2023-02-18 12:58:00 +08:00
ikechan8370
d8265ba1d2 fix: remove useless code 2023-02-18 12:35:32 +08:00
ikechan8370
e31f363917
Update README.md 2023-02-18 12:34:21 +08:00
ikechan8370
a3b14b1a79
Conversation communication (#165)
* init: conversation in api3 (WIP)

* feat: beta conversation

* fix: fix some problems

* fix: add help message
2023-02-18 12:33:24 +08:00
ikechan8370
a1e72c7757
fix: destroy await/async 2023-02-17 22:15:28 +08:00
HalcyonAlcedo
4d53f378f1
更改必应和chatgpt的图片模式web模板,临时处理切换模式后会话失效问题 (#163)
* 修复引用转发,默认bing模式并发

* 开启stream增加稳定性

* fix: remove queue element only in non-bing mode

* 使用chatgpt-api自带的超时逻辑,文字过多时启动切换到图片输出防止被吞

* Update chat.js

* 添加Bing专用的图片输出样式

* 添加chatgpt的新图片模式,临时处理切换api导致的对话异常

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-17 19:55:23 +08:00
夏叶
37f75a64fa
OpenAI Plus剩余额度查询 (#161) 2023-02-17 19:15:06 +08:00
ikechan8370
dd805136e0
Update README.md 2023-02-17 00:52:23 +08:00
ikechan8370
0b45f5810d
Update README.md 2023-02-17 00:51:11 +08:00
ikechan8370
0483f17e44
fix: use the latest new reverse proxy
use the latest new reverse proxy with load balancer
2023-02-16 22:18:54 +08:00
ikechan8370
22d85b5d98 feat: support node-fetch in API mode 2023-02-16 21:39:33 +08:00
ikechan8370
db3c7ef573
Update LowerNode.md 2023-02-16 20:45:11 +08:00
Err0rCM
b30c3e37e2
unset PROXY default & ReBuild README (#158)
* 取消默认值

* ReBuild README
2023-02-16 20:44:02 +08:00
Err0rCM
6f60cd0ebc
添加获取必应Token及必应Token轻校验 (#157)
* feat: api3 WIP

* feat: add support for proxy of openai

* fix: if no proxy

* fix: optimize help message

* 增加必应token轻校验

经测试必应token固定长度215,但内容不确定

* feat: 绑定bing token后测试一下

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-16 17:45:57 +08:00
ikechan8370
fffa8191d5
Update README.md 2023-02-16 16:21:45 +08:00
HalcyonAlcedo
2ca69ed758
使用chatgpt-api自带的超时机制,回复文字过多时使用图片发送 (#154)
* 修复引用转发,默认bing模式并发

* 开启stream增加稳定性

* fix: remove queue element only in non-bing mode

* 使用chatgpt-api自带的超时逻辑,文字过多时启动切换到图片输出防止被吞

* Update chat.js

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-16 16:15:24 +08:00
ikechan8370
545c8fd483 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-16 16:09:16 +08:00
ikechan8370
0f7122f865 feat: support the complete bing cookie which contains _U 2023-02-16 16:08:07 +08:00