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

chat/message history #35

Open
Dino-Kupinic opened this issue Aug 14, 2024 · 0 comments
Open

chat/message history #35

Dino-Kupinic opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation feature core functionality test some form of (unit-)testing involved
Milestone

Comments

@Dino-Kupinic
Copy link
Owner

Describe the Feature
Currently there is no way to have conversation with the llm models since there is no persistence/state of the messages array.

Possible Solutions

  • Database (Session-ID?)
  • In-Memory Storage (An extra persistence is needed to retrieve chats later, so this is meh..?)
  • Client-Side State (include in examples)
@Dino-Kupinic Dino-Kupinic added documentation Improvements or additions to documentation feature core functionality test some form of (unit-)testing involved labels Aug 14, 2024
@Dino-Kupinic Dino-Kupinic added this to the Prototype milestone Aug 14, 2024
@Dino-Kupinic Dino-Kupinic self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature core functionality test some form of (unit-)testing involved
Projects
None yet
Development

No branches or pull requests

1 participant