add question count table (#73)

* update admin url

* update log level

* add user question count table

* rename ChatGpt to ChatGptModels

* change user to root in ci tests

* add chatgpt_shared volume
This commit is contained in:
Dmitry Afanasyev
2023-12-28 14:26:29 +03:00
committed by GitHub
parent f17a0a72e4
commit d1ae7f2281
16 changed files with 106 additions and 50 deletions

View File

@@ -22,6 +22,7 @@ SENTRY_TRACES_SAMPLE_RATE="0.95"
DEPLOY_ENVIRONMENT="stage"
# ==== logs ====:
LOG_LEVEL="info" # "debug", "info", "warning", "error", "critical"
ENABLE_JSON_LOGS="true"
ENABLE_SENTRY_LOGS="false"
@@ -38,7 +39,7 @@ START_WITH_WEBHOOK="false"
# ==== domain settings ====
DOMAIN="https://mydomain.com"
URL_PREFIX="/gpt"
URL_PREFIX="/"
CHAT_PREFIX="/chat"
# ==== gpt settings ====