[FEATURE] Add /ask command #54

Merged
ihatenodejs merged 7 commits from ai-features into main 2025-05-07 18:40:21 +00:00
3 changed files with 25 additions and 1 deletions
Showing only changes of commit 38e6fcc1b3 - Show all commits

View file

@ -4,4 +4,4 @@ npm-debug.log
.gitignore
.env
*.md
!README.md
!README.md

View file

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

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