Commit Graph
4 Commits
Author SHA1 Message Date
alexz b08a68d591 sap-drawio: expose REFERENCE_LAYOUT so the reference-layout kill switch actually reaches the container 2026-08-11 17:04:29 -07:00
alexz 052c9326d8 sap-drawio: point defaults at the live LLM host and a 16 GB-capable validator
OLLAMA_URL default was 192.168.0.32, a host that has been retired -- a fresh
install would have come up unable to reach any engine. The LLM now runs on the
Docker host, reachable from a container via the bridge gateway.

VALIDATOR_MODEL default was gemma4:31b (21.8 GB), which does not fit this
box's 16 GB card: it ran at 2.4 tok/s with 46% of the model on CPU and timed
out the validator stage at 600 s. qwen3-vl:8b fits entirely in VRAM at
44 tok/s.

Defaults only -- no fields added or removed, no required-flag changes, so no
form_fields schema migration for existing installs.
2026-08-07 06:10:55 -07:00
alexz 9e177a762c sap-drawio: dynamic APP_PORT + flagship LLM env passthrough + local healthcheck 2026-07-24 10:22:38 -07:00
alexz 5f6499125a sap-drawio: add 'Sketch to SAP BTP' custom-store app (FastAPI+React, single-port, seed-on-first-run SQLite, exposed via auto-SSO) 2026-07-22 09:01:10 -07:00