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

现有的连续对话方案既浪费token,又占用字符数,请问能不能使用新的方案实现连续对话,比如在网页端使用的方案,这是我在网上看到的一些人的讨论,希望可以给您一些参考[https://hu60.cn/q.php/bbs.topic.104621.html](https://hu60.cn/q.php/bbs.topic.104621.html)

在输入框和输入法之间空出了很大的距离![image](https://user-images.githubusercontent.com/39862618/225305532-bea82bdf-693a-413a-a58b-6d8d5df1c206.png)

是否可以添加选择模型的功能,比如选择GPT3,GPT3.5,GPT4

是否更新一些关于GPT-4相关的内容 比如绘画 图片等创作。

是否可以更新关于图像的相关内容的一些操作和问答

希望页面上增加一个可用余额的展示,该接口请求方式如下: ```sh $ curl -s "https://api.openai.com/dashboard/billing/credit_grants" \ --header 'Content-type: application/json' \ --header 'Authorization: Bearer api_key' | jq 这里替换api_key { "object": "credit_summary", "total_granted": 18, "total_used": 0.178104, # 已用 "total_available": 17.821896, #...

希望添加语音输入输出能力

大佬可以加个屏蔽词功能吗 就是设置某个屏蔽词然后转成另外一个词 然后可以设置多个的那种

希望可以保存某些历史对话

现在的范围条的两边数值和当前数值都是不清楚的, 操作是方便的,但含义是模糊的。 期望增加两端数值展示或当前数值展示。 ![image](https://user-images.githubusercontent.com/12870715/223405944-ec374706-b80e-4bc9-97a1-da64a51c307a.png)