Update aichat version and add conf generation using ollama API.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user