mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
更改必应和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>
This commit is contained in:
parent
37f75a64fa
commit
4d53f378f1
183 changed files with 6684 additions and 113 deletions
1198
resources/content/ChatGPT/static/js/highlight.min.js
vendored
Normal file
1198
resources/content/ChatGPT/static/js/highlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
resources/content/ChatGPT/static/js/jquery-2.2.4.min.js
vendored
Normal file
4
resources/content/ChatGPT/static/js/jquery-2.2.4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
resources/content/ChatGPT/static/js/main.js
Normal file
12
resources/content/ChatGPT/static/js/main.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(function ($) {
|
||||
'use strict';
|
||||
|
||||
/*------------- preloader js --------------*/
|
||||
function loader() {
|
||||
$(window).on('load', function () {
|
||||
|
||||
});
|
||||
}
|
||||
loader();
|
||||
})(jQuery);
|
||||
|
||||
6
resources/content/ChatGPT/static/js/marked.min.js
vendored
Normal file
6
resources/content/ChatGPT/static/js/marked.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue