Update aichat version and add conf generation using ollama API.

This commit is contained in:
ben
2025-09-23 07:20:38 +02:00
parent 1c19200e73
commit 4e7d7f88a0
5 changed files with 43 additions and 39 deletions

View File

@@ -79,7 +79,9 @@ services:
dockerfile: src/aichat/Dockerfile
restart: unless-stopped
environment:
- OLLAMA_HOST=ollama
- API_KEY=${LLM_API_KEY}
- MODELS=${MODELS}
depends_on:
- ollama
links: