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

Elegant and Powerfull. Powered by OpenAI and Vercel.

Results 57 chatgpt-vercel issues
Sort by recently updated
recently updated
newest added

一键点击deploy的时候,输入key,但是始终无效 ![Screenshot_20230322_003042_com microsoft emmx](https://user-images.githubusercontent.com/38575961/226677244-8fe22cf7-e50b-436f-96a3-1d6f883b7408.jpg)

ChatGPT注册登录小技巧:[ChatGPT快速注册](https://github.com/xiaoming2028/FreePAC/wiki/ChatGPT注册教程(完整指南)) 科学上网必备方法:[科学上网稳定方法](https://github.com/xiaoming2028/FreePAC)

最新消息不是说apikey的付费用户可以调用GPT4模型了嘛,为啥我选了GPT4报错了呀

今天开始一直出现这个问题,无论是否输入sk-key都是这样,找不到问题,有没有大神遇到过。

在 宝塔 linux 系统中 如何 使用 域名 部署,

升级到 16k 后,上下文确实长了,但如果上下文过长再问的话要卡顿挺久(可能在3~5s)才能发出问题 ``` setStore("messageList", k => [ ...k, { role: "user", content: inputValue } ]) if (store.remainingToken < 0) { throw new Error( store.sessionSettings.continuousDialogue ? "本次对话过长,请清除之前部分对话或者缩短当前提问。" : "当前提问太长了,请缩短。" )...