|
i want to make my messages history be saved (so the AI can understand context) and to appear as well, not just the AI's. how do i do that? explanation for saving messages history: i want to make my messages history be saved in the server (that by now will be my pc) also, how do i make to my messages also be sent pressing enter? |
Answered by
srcnalt
Mar 11, 2023
Replies: 1 comment 1 reply
|
@gGaroto these are not questions in the scope of this package but your project. |
1 reply
Answer selected by
flimblet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gGaroto these are not questions in the scope of this package but your project.
You can save the message history in a database by sending the string containing the messages. And as for sending by pressing enter, you can use the Unity Input system.