chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.

Results 131 chatgpt-web issues
Sort by recently updated
recently updated
newest added

Implement password reset for user. User can change their password from settings after login. additionally, 2FA will be a cool feature...

有时候GPT有点蠢, 非得问好几个问题, 但是这样严重浪费上下文. 每次一个一个手动删除不需要的聊天内容比较麻烦, 可以的话能否增加个多选, 然后一键删除选中的上线文, 把废话内容都删除, 然后在此基础上继续提问. (或者有更好的注意, 希望大家提出来)

![image](https://github.com/Kerwin1202/chatgpt-web/assets/53949747/f410760a-e119-4aaa-b91b-7a84e9d6977f) ``` chatgptweb-cloud-database | {"t":{"$date":"2023-08-04T10:50:50.024+00:00"},"s":"I", "c":"ACCESS", "id":20251, "ctx":"conn5","msg":"Supported SASL mechanisms requested for unknown user","attr":{"user":{"user":"chatgpt","db":"admin"}}} chatgptweb-cloud-database | {"t":{"$date":"2023-08-04T10:50:50.024+00:00"},"s":"I", "c":"ACCESS", "id":20249, "ctx":"conn5","msg":"Authentication failed","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"chatgpt","authenticationDatabase":"admin","remote":"172.20.0.3:46262","extraInfo":{},"error":"UserNotFound: Could not find user \"chatgpt\" for db \"admin\""}} chatgptweb-cloud-database...

携带消息传递到GPT那边只传递了第一条消息和最新一条消息,中间的消息没跟随上下文传递过去,如图,怎么解决![O1KBU E)(U7_ QCC0`2BFWI](https://github.com/Kerwin1202/chatgpt-web/assets/137085967/308ab71d-fe5d-43df-bb99-143d6b7bfe9d)

Problem: Suppose user 1 is registered through signup system. Then I deleted that user from DB (chatgpt>user>document), then user closed the browser and then re-opened the browser and login to...

本地启动报错: http://192.168.1.7:1002/api/session data: null message: "Topology is closed" status: "Fail"

目前在每个对话中发起新的请求貌似会携带所有的历史消息,这样会导致请求使用的token爆炸式增加,提问几次后就会报token超限错误。能否像[ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web)这个项目一样,限制携带一定数量的上下文消息,并对超限的历史信息进行压缩。

我版本介入了日语,开源