open-build / BabbleBeaver

Micro AI for multiple LLM switching, preparing datasets, training models, and deploying them in isolated environments using Docker
https://collab.buildly.io
GNU General Public License v3.0
4 stars 6 forks source link

7 allow initial prompt to be a configuration not hardcoded #18

Closed SXV357 closed 4 months ago

kalexander commented 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?

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

glind commented 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.