mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
remove models update from migrations (#80)
* add bot models update script * add last question at field * update README.md
This commit is contained in:
@@ -4,9 +4,7 @@ set -e
|
||||
|
||||
if [ -f shared/${DB_NAME:-chatgpt.db} ]
|
||||
then
|
||||
alembic downgrade -1 && alembic upgrade "head"
|
||||
else
|
||||
alembic upgrade "head"
|
||||
python3 core/bot/managment/update_gpt_models.py
|
||||
fi
|
||||
|
||||
echo "starting the bot"
|
||||
|
||||
Reference in New Issue
Block a user