add speech to text command (#6)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 05:30:27 +03:00
committed by GitHub
parent 29355722fa
commit 9aca4c2aeb
13 changed files with 150 additions and 68 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Chat-gpt bot
Wants=network-online.target
After=network-online.target
[Service]
Restart=always
WorkingDirectory=/opt/chat_gpt_bot
ExecStart=bash -c "docker compose -f /opt/chat_gpt_bot/docker-compose.yml up"
ExecStop=bash -c "docker compose -f /opt/chat_gpt_bot/docker-compose.yml down"
[Install]
WantedBy=multi-user.target