mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add speech to text command (#6)
This commit is contained in:
@@ -6,7 +6,7 @@ if [[ "${START_WITH_WEBHOOK}" == "true" ]]
|
||||
then
|
||||
echo "Starting bot in webhook mode..."
|
||||
gunicorn main:create_app \
|
||||
-- workers ${WORKERS_COUNT} \
|
||||
--workers ${WORKERS_COUNT} \
|
||||
--bind ${APP_HOST}:${APP_PORT} \
|
||||
--worker-class uvicorn.workers.UvicornWorker \
|
||||
--timeout 150 \
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo "starting chat"
|
||||
|
||||
gunicorn run:create_app \
|
||||
-- workers ${WORKERS_COUNT} \
|
||||
--bind ${APP_HOST}:${APP_PORT} \
|
||||
--worker-class uvicorn.workers.UvicornWorker \
|
||||
--timeout 150 \
|
||||
--max-requests 2000 \
|
||||
--max-requests-jitter 400
|
||||
Reference in New Issue
Block a user