LLM integration with all the tabs

This commit is contained in:
2026-05-05 08:51:34 -04:00
parent de34ee9067
commit 695a3a510e
11 changed files with 1233 additions and 8 deletions

8
compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
web:
build: .
ports:
- "8080:80"
volumes:
- .:/usr/share/nginx/html:delegated,Z
restart: unless-stopped