wire llms, ui tweaks

This commit is contained in:
2026-04-12 11:32:36 -03:00
parent 4de44baf98
commit 0f122fa8f7
22 changed files with 960 additions and 203 deletions

View File

@@ -18,6 +18,10 @@ server {
proxy_pass http://api:8000;
}
location /config {
proxy_pass http://api:8000;
}
location /ws/ {
proxy_pass http://api:8000;
proxy_http_version 1.1;