Fix public access mode, introduce loading spinners, package fixes
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user