mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-23 22:20:23 +09:00
Merge branch 'Yidadaa:main' into main
This commit is contained in:
commit
609155b318
@ -179,6 +179,9 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
|
|||||||
|
|
||||||
[见项目贡献者列表](https://github.com/Yidadaa/ChatGPT-Next-Web/graphs/contributors)
|
[见项目贡献者列表](https://github.com/Yidadaa/ChatGPT-Next-Web/graphs/contributors)
|
||||||
|
|
||||||
|
### 相关项目
|
||||||
|
- [one-api](https://github.com/songquanpeng/one-api): 一站式大模型额度管理平台,支持市面上所有主流大语言模型
|
||||||
|
|
||||||
## 开源协议
|
## 开源协议
|
||||||
|
|
||||||
[MIT](https://opensource.org/license/mit/)
|
[MIT](https://opensource.org/license/mit/)
|
||||||
|
@ -830,7 +830,7 @@ function _Chat() {
|
|||||||
(m) => m.id === message.id,
|
(m) => m.id === message.id,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (resendingIndex <= 0 || resendingIndex >= session.messages.length) {
|
if (resendingIndex < 0 || resendingIndex >= session.messages.length) {
|
||||||
console.error("[Chat] failed to find resending message", message);
|
console.error("[Chat] failed to find resending message", message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -122,6 +122,9 @@ API KEY 有问题。余额不足。
|
|||||||
|
|
||||||
注意,关闭此特性后,用户会在第一次访问网站时加载所有资源,如果用户网络状况较差,可能会引起较长时间的白屏,从而影响用户使用体验,所以自行考虑。
|
注意,关闭此特性后,用户会在第一次访问网站时加载所有资源,如果用户网络状况较差,可能会引起较长时间的白屏,从而影响用户使用体验,所以自行考虑。
|
||||||
|
|
||||||
|
## 使用时遇到 "NotFoundError: Failed to execute 'removeChild' on 'Node': The node...."
|
||||||
|
请关闭浏览器自身的自动翻译功能,并关闭所有自动翻译插件。
|
||||||
|
|
||||||
# 网络服务相关问题
|
# 网络服务相关问题
|
||||||
|
|
||||||
## Cloudflare 是什么?
|
## Cloudflare 是什么?
|
||||||
|
Loading…
Reference in New Issue
Block a user