Wait for #13 to be done before implementing this.
Two approaches here:
- Each client generate it's own "user id" and it is what is used to look up previous conversations.
- Clients store a list of conversations locally, either the whole conversation or just it's ID, and we provide a list of conversations based on the local data.
Some things to consider:
- Conversations with the AI are not private, but it should be very hard to stumble upon someone else's conversation if data is stored server-side.
- I'm not making an account system. Prompts should remain anonymous.
With that in mind, and with other features ideas floating around... It makes more sense to store the conversations in one place, the server. That way it's easy to implement the following in the future:
Wait for #13 to be done before implementing this.
Two approaches here:
Some things to consider:
With that in mind, and with other features ideas floating around... It makes more sense to store the conversations in one place, the server. That way it's easy to implement the following in the future: