oldweipro / claude-to-chatgpt

Claude 聊天接口适配到 OpenAI API 标准接口。
MIT License
102 stars 18 forks source link

无法删除聊天 #12

Open huazai177 opened 1 year ago

huazai177 commented 1 year ago

好像API无法删除聊天,返回如下错误: claude-to-chatgpt-api-1 | delete err: delete chat conversations errInternal Server Error xxxxxxxxx claude-to-chatgpt-api-1 | [GIN] 2023/08/27 - 12:58:17 | 200 | 17.896308744s | 192.168.99.15 | POST "/v1/chat/completions" claude-to-chatgpt-api-1 | delete err: delete chat conversations errInternal Server Error xxxxx claude-to-chatgpt-api-1 | [GIN] 2023/08/27 - 12:59:24 | 200 | 5.202486228s | 192.168.99.15 | POST "/v1/chat/completions"

查看网站上有很多标题为“Untitled”的“chat” image

zexry619 commented 1 year ago

Same issue but its still working, no problem image

spammenotinoz commented 11 months ago

I am only a novice so likely wrong, but given this uses the OpenAI-API Interface as a reference, I don't believe clearing chats would be possible. Secondly, I thought Anthropic, keeps the chat history on the browser, not the server end. What are you using on the front-end?

huazai177 commented 11 months ago

The chat history is saved on the server, because after replacing the browser, the chat history still exists. I think this is unrelated to the frontend, I get the same results using different frontends, for example ChatGPT-Next-Web, OpenAI Translator