feat: add source-grounded evolution and Ollama assistant
This commit is contained in:
@@ -48,3 +48,11 @@ YOLO_MAX_TILES=100
|
||||
YOLO_MAX_DETECTIONS=1000
|
||||
YOLO_DUPLICATE_IOU_THRESHOLD=0.5
|
||||
YOLO_BATCH_SIZE=1
|
||||
|
||||
# Local Ollama assistant. The all-in-one container reaches the Unraid host
|
||||
# through Docker's host-gateway mapping; no Ollama port is exposed by GeoIntel.
|
||||
OLLAMA_ENABLED=true
|
||||
OLLAMA_BASE_URL=http://host.docker.internal:11434
|
||||
OLLAMA_DEFAULT_MODEL=qwen3.5:9b
|
||||
OLLAMA_TIMEOUT_SECONDS=120
|
||||
OLLAMA_MAX_OUTPUT_TOKENS=700
|
||||
|
||||
Reference in New Issue
Block a user