openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

SQL not editing tables #89

Closed Philappuss closed 1 year ago

Philappuss commented 1 year ago

Hello!

I'm using your app, and everything is working fine. I added SQL environnement, but when I'm for example chatting with the bot, I can see the history etc... but it's not getting in the SQL table (the set stays empty). I made the migrations, and it successfully created the tables.

My question is, where are all those information stocked as they aren't adding in the SQL DB?

gharbat commented 1 year ago

That is a really strange behaviour, you created the migrations from inside the docker image right?