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

我挺想要这个功能的

For example- Every API OpenAI or any third-party API have their own implemented error code, which is showing on frontend. Some third=party api even show their discord channel or other...

以文件夹形式展示对话记录

之前在网上看到过支持语音回复的项目,请问咱们也能增加下这个功能么?接入百度的语音识别和语音合成功能

本月使用量查询功能还能用么?我今天查询一直是 -

请教下大佬,我用的以下数据库配置,但是mongo-gui服务起不来,log提示连接超时,请问知道可能是什么原因吗?@Kerwin1202 ``` > Failed to connect mongoDB - MongoTimeoutError: Server selection timed out after 30000 ms > Connecting to mongoDB @ mongodb://chatgpt:admin123@chatgpt:27017 ``` ``` database: image: mongo container_name: mongo ports:...

![image](https://github.com/Kerwin1202/chatgpt-web/assets/12457033/1e734812-4a00-45d1-af7c-6dafe42cd993)

加个功能查看token过期时间

新版本的项目yml文件我没找到输入gptapi的地方,现在是在哪里输入呢?以及如何选择自己使用哪个模型?

现在遇到一个问题,就是我已经选择了 gpt-3.5-turbo-16k-0613 模型,max_tokens 应该是16k,但是我还没来几次对话就提示了下面的错误: ```shell ChatGPT error 400: { "error": { "message": "This model's maximum context length is 4097 tokens. However, you requested 4100 tokens (3076 in the messages, 1024...