mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
* 修复引用转发,默认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>
9 lines
No EOL
361 B
CSS
9 lines
No EOL
361 B
CSS
/*!
|
|
Theme: Default
|
|
Description: Original highlight.js style
|
|
Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
|
|
Maintainer: @highlightjs/core-team
|
|
Website: https://highlightjs.org/
|
|
License: see project LICENSE
|
|
Touched: 2021
|
|
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444} |