Saving and loading sessions #56
Answered
by
jakobhoeg
inclinedadarsh
asked this question in
Q&A
-
Hey, I want to know more about how does the web app is saving and loading sessions? As far as I know, ollama doesn't save session by default. So is it using the native ollama feature to save every where session created with it or is it doing something on it's own where it's just saving the chats but not exactly the session? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
jakobhoeg
May 30, 2024
Replies: 1 comment 5 replies
-
Hey, @inclinedadarsh. It's not using any ollama features, it's basically just saving and retrieving messages from localStorage under a generated chatId. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
inclinedadarsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @inclinedadarsh.
It's not using any ollama features, it's basically just saving and retrieving messages from localStorage under a generated chatId.