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

A mirror of ChatGPT based on the gpt-3.5-turbo model.

Results 18 chatgpt-mirror issues
Sort by recently updated
recently updated
newest added

已加反向代理,Api端口可以正常访问(下图)。 ![19841678443770_ pic](https://user-images.githubusercontent.com/37648847/224291504-253f7229-0782-4b56-8303-af85dab55c53.jpg) 但提交问答时,报错,如下: Error sending message Error: ChatGPT error 400: ![19851678443943_ pic](https://user-images.githubusercontent.com/37648847/224292227-c0a64e57-3825-47a2-a9f2-b576331b7510.jpg) 请指导如何解决!

我填了自己的apikey之后就会出现这种情况···在浏览器key之后依然会这样···· 这是在您提供的fastapp体验网址的截图··· ![image](https://user-images.githubusercontent.com/43713316/224263144-389f6564-d1eb-4872-a09a-ed1c1144015e.png) 请问这是什么问题呀

Hello, Where in the code(s) would I need to go to safely remove these from the web ui? Thanks.

目前项目好像只能支持 openAPI的接口,现在有不少基于ChatGPT API集成的接口; 不知道咱们项目能不能支持自定义API接口呢?

![image](https://user-images.githubusercontent.com/87376138/223173386-b461bce5-6e62-4329-912b-69531dea8e53.png) 似乎没有实现latex公式渲染,如果能加上就更好了!

这个跟官方的很接近了,就是侧栏这边 选项这些是在下面的,上面有个“+ New Chat” 的按钮。您这边能调整侧栏的布局嘛?谢谢。

Thanks for the great work. According to [https://platform.openai.com/docs/guides/chat/introduction](https://platform.openai.com/docs/guides/chat/introduction) ``` openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Who won the world series in 2020?"},...