How do add history when creating session/context #107
-
I am doing a chatbot and on the frontend side, I'm saving the conversations I am having. Now I want to resume a previous conversation and I would like to send to my backend the history . PS: I am using the beta |
Beta Was this translation helpful? Give feedback.
Answered by
giladgd
Dec 11, 2023
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giladgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
conversationhistory
parameter when creating a newLlamaChatSession
object