Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conversational context usage #32

Closed
Cfomodz opened this issue Jul 8, 2023 · 1 comment
Closed

conversational context usage #32

Cfomodz opened this issue Jul 8, 2023 · 1 comment

Comments

@Cfomodz
Copy link

Cfomodz commented Jul 8, 2023

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
Copy link
Owner

EyuCoder commented Jul 8, 2023

Will give it a big upgrade one of these days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants