Closed SXV357 closed 4 months ago
Could you help me understand what the
chatbot.db
file is? @SXV357 and @kalexander - is this specific to ollama? and is it necessary to include in the codebase?
I think this is just the sqlite DB that was checked in, it should probably be in .gitignore becasue it's not needed outside of development and testing.
chatbot.db is a database file for sqllite.. it is a table just showing the messages across babble beaver.. see the message_logger.py module