mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-02-03 11:40:39 +03:00
add database and migration logic (#27)
* update chat_microservice * reformat logger_conf * add database * add service and repository logic * fix constants gpt base url * add models endpoints
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
alembic upgrade "head"
|
||||
|
||||
echo "starting the bot"
|
||||
|
||||
if [[ "${START_WITH_WEBHOOK}" == "true" ]]
|
||||
|
||||
Reference in New Issue
Block a user