740bcae45d
Stands up tools/gateway-chat.html as a permanent URL on ana-docker (http://10.250.50.70:8091) via a tiny nginx:alpine static container (no GPU, no DB). conf/index.html is a deployed mirror of tools/gateway-chat.html (re-sync one-liner in README). Homepage tile + tnet per convention. The enhanced tool (auto-discovers /v1/models, system prompts, streaming + reasoning, image upload for vision) is now always-on for smoking new gateway models.
6 lines
262 B
Bash
6 lines
262 B
Bash
# gateway-chat (ana-docker) — static-serve of the model-smoking web chat. Tunables.
|
|
# Real .env at /opt/docker/compose/gateway-chat/.env (8090 was taken; using 8091).
|
|
GATEWAYCHAT_IMAGE=nginx:alpine
|
|
GATEWAYCHAT_CONTAINER_NAME=gateway-chat
|
|
GATEWAYCHAT_PORT=8091
|