[FEATURE] Add /ask command (#54)
* docs: add ai documentation * docker: update docker files for ai/regular versions, lint * feat: add initial /ask command * Delete docker-compose.yml * docker: ignore ollama folder in builds * fix: add emojis to help commands, capitalize, add ai commands to help menu * feat: add better logging, thought handling improvements
This commit is contained in:
parent
eefe253bc6
commit
4f88a85ccb
12 changed files with 654 additions and 27 deletions
15
docker-compose.yml.ai.example
Normal file
15
docker-compose.yml.ai.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue