Revert "[FEATURE] Add /ask command (#54)"

This reverts commit 4f88a85ccb.
This commit is contained in:
Aidan 2025-05-07 15:04:11 -04:00 committed by GitHub
parent 4f88a85ccb
commit 9a5a535987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 27 additions and 654 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
kowalski:
build: .
container_name: kowalski
restart: unless-stopped
volumes:
- ./.env:/usr/src/app/.env:ro
environment:
- NODE_ENV=production