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:
Dmitry Afanasyev
2023-10-07 00:04:12 +03:00
committed by GitHub
parent c401e1006c
commit 23031b0777
37 changed files with 1785 additions and 487 deletions

View File

@@ -1,5 +1,9 @@
#! /bin/bash
set -e
alembic upgrade "head"
echo "starting the bot"
if [[ "${START_WITH_WEBHOOK}" == "true" ]]