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

implement conversation history for ChatGPT #87

Open
Kevin-Kwan opened this issue Jul 17, 2023 · 1 comment
Open

implement conversation history for ChatGPT #87

Kevin-Kwan opened this issue Jul 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Kevin-Kwan
Copy link
Owner

  • conversation history/memory should be stored in a database (tested with MongoDB at work, works fine) for each user instead of sharing a history across all servers and users
  • probably looking into langchain for implementation since we can add more tools to make the bot more fun like access to the internet
@Kevin-Kwan Kevin-Kwan added the enhancement New feature or request label Jul 17, 2023
@Kevin-Kwan Kevin-Kwan self-assigned this Jul 17, 2023
@Kevin-Kwan
Copy link
Owner Author

Kevin-Kwan commented Aug 6, 2023

reminder that we might need to implement a duplication check (old implementation used Levenstein algo) in case the bot thinks it can just fallback on memory if a question is similar to a past question

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

No branches or pull requests

1 participant