EyuCoder / chatgpt-pro

ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
https://chatgpt.eyucoder.com
Apache License 2.0
465 stars 212 forks source link

conversational context usage #32

Closed Cfomodz closed 1 year ago

Cfomodz commented 1 year ago

The reason I wanted to make a web-based clone was to have the functionality of the web app but use my own API key, however, it appears that every message sends a new chat completion request, ignoring the rest of the conversation.

If this was Python I would be happy to do it myself and provide the code - obviously, it's expensive to send the entire conversation back and forth but it should at least be an option. Otherwise, it would seem more genuine to present the user with UI that conveys this fact - such as a single input & response field, and then a "new chat" begins after that, since that is what is happening on the backend.

EyuCoder commented 1 year ago

Will give it a big upgrade one of these days