Commit graph

145 commits

Author SHA1 Message Date
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
ikechan8370
53f9edd26d
一些帮助文本 (#155)
* feat: api3 WIP

* feat: add support for proxy of openai

* fix: if no proxy

* fix: optimize help message
2023-02-16 15:32:19 +08:00
HalcyonAlcedo
1296eccb48
修复引用,为必应开启并发 (#151)
* 修复引用转发,默认bing模式并发

* 开启stream增加稳定性

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

---------

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-02-15 16:16:37 +08:00
ikechan8370
5237975fbd fix: ptimeout problem 2023-02-15 13:11:03 +08:00
ikechan8370
faf3612c96 fix: ptimout not defined 2023-02-15 12:38:10 +08:00
ikechan8370
236ec07f38 fix: add bing timeout 2023-02-15 12:22:02 +08:00
ikechan8370
7719b27392 fix: add default timeout 2023-02-15 12:05:50 +08:00
ikechan8370
54cdded6c0 fix: API mode invalid session token error 2023-02-15 11:52:29 +08:00
ikechan8370
ca83acb3c7 fix: change default timeout 2023-02-15 11:37:42 +08:00
ikechan8370
23b16a7f85 fix: bing timeout error 2023-02-15 11:32:45 +08:00
ikechan8370
bd934fd970 fix: API3 conversation bug 2023-02-15 00:52:15 +08:00
ikechan8370
4ba1c80cc0 fix: API3 conversation bug 2023-02-15 00:49:48 +08:00
ikechan8370
b342e47e8a fix: some help message 2023-02-15 00:20:44 +08:00
ikechan8370
a4a09bfcd8 fix: some help message 2023-02-15 00:18:56 +08:00
ikechan8370
040b4e89c1 fix: remove proxy 2023-02-14 23:54:39 +08:00
ikechan8370
b5e8ad1034 fix: change error msg 2023-02-14 23:36:48 +08:00
ikechan8370
133eb0e87d fix: JSON parse error 2023-02-14 23:16:08 +08:00
ikechan8370
4330e61dc3 fix: add 429 error 2023-02-14 23:13:05 +08:00
ikechan8370
e5853fdb4b fix: debug 2023-02-14 23:08:06 +08:00
ikechan8370
62c8d56e76
Api3 (#149)
* feat: api3 WIP

* feat: add support for proxy of openai

* fix: if no proxy
2023-02-14 22:54:47 +08:00
ikechan8370
ab021d0caa fix: api -> reverseProxyUrl 2023-02-14 19:04:18 +08:00
ikechan8370
548642dab9 fix: null option 2023-02-14 18:58:58 +08:00
ikechan8370
87cc56e289 feat: add other api base url for API 2023-02-14 18:56:43 +08:00
ikechan8370
c0c43461c1 feat: add other api base url for API 2023-02-14 18:55:47 +08:00
ikechan8370
47f6bb8dfb Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-14 14:07:53 +08:00
ikechan8370
95d14fa4a4 fix: bind token 2023-02-14 14:06:20 +08:00
Oishiimono
7c3094d38c
Update README.md (#147) 2023-02-14 14:04:07 +08:00
ikechan8370
d69b46f188 fix: 500 error 2023-02-14 13:59:44 +08:00
ikechan8370
d58c5e061e fix: plus user use the new model, too. 2023-02-14 13:49:16 +08:00
ikechan8370
d247ddbf42 fix: change model for browser according to chatgpt 2023-02-14 13:30:37 +08:00
ikechan8370
11f35af89e feat: add support for configurable reverse proxy url 2023-02-14 12:04:43 +08:00
ikechan8370
58e1d00453 fix: hint for no bing cookie 2023-02-14 11:37:26 +08:00
ikechan8370
ec45eb1173 fix: deconstruction null bug 2023-02-14 11:35:09 +08:00
ikechan8370
3ff591d205 feat: add support for bing(beta and WIP) 2023-02-14 11:24:09 +08:00
ikechan8370
83c058ab85 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-14 00:20:15 +08:00
ikechan8370
1e918a57fe fix: change retry times for API2 from 5 to 1 2023-02-14 00:14:20 +08:00
ikechan8370
972c0834e1
fix: add plus support for browser based solution 2023-02-13 15:46:55 +08:00
ikechan8370
2c5b47e065
Update README.md 2023-02-13 14:44:14 +08:00
ikechan8370
12290ad8e4 fix: add more hint 2023-02-12 23:00:53 +08:00
ikechan8370
4b93a2aa72 Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-12 18:24:16 +08:00
ikechan8370
9aa0a314bc fix: conversationId field error 2023-02-12 18:23:15 +08:00
ikechan8370
643dae15a5
Update README.md 2023-02-12 15:25:11 +08:00
ikechan8370
fb73f1b5df Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2 2023-02-12 15:18:28 +08:00
ikechan8370
ab20b0513d fix: add hint for swicth mode 2023-02-12 15:17:36 +08:00
ikechan8370
322a45a7ef
Update README.md 2023-02-12 15:06:52 +08:00