Fix public access mode, introduce loading spinners, package fixes

This commit is contained in:
Alexander R.
2026-07-22 18:00:15 +00:00
parent 0b7259a011
commit b669d2e799
197 changed files with 698 additions and 20961 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"llm": {
"base_url": "http://localhost:8080/",
"base_url": "http://100.82.205.18:1010/",
"model": "local-model",
"api_key": "not-needed",
"temperature": 0.9,
@@ -10,7 +10,7 @@
"web": {
"host": "127.0.0.1",
"port": 8000,
"public": false
"public": true
}
}