Closed SJ-1407 closed 1 month ago
Thats really nice to hear, congrats on following along.
You could look at the changelog and maybe try to follow the changes made there. Generally I would recommend: First to change to st.chat_message from st.write. Then implementing a sqlite Database to Save the Chat History. Then adding Images and Audio to Chat History Saving and Loading. Finally Model Caching.
You can look into the current code and try to understand the how these changes are integrated, and then implement into your code.
Following the tutorial, I have implemented the code along with additional features. However, I am encountering difficulties understanding the changes made in the project's main branch with respect to the tutorial.
While I would prefer not to clone the repository due to my existing code modifications, I am eager to integrate the improvements from the main branch, while understanding them as well.
Could you please suggest a suitable approach to achieve this integration without losing my local changes?