diff --git a/conf/config.json b/conf/config.json index 21434af..553bff4 100755 --- a/conf/config.json +++ b/conf/config.json @@ -1,9 +1,8 @@ { "password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567", - "modelname":"Qwen/Qwen2-VL-2B-Instruct", - "modelname":"Qwen/Qwen2-VL-7B-Instruct", + "modelname":"usefulsensors/moonshine-tiny", "logger":{ - "name":"qwenvl", + "name":"moonshine", "levelname":"info", "logfile":"$[workdir]$/logs/sage.log" }, @@ -14,12 +13,9 @@ ], "client_max_size":10000, "host":"0.0.0.0", - "port":10090, + "port":10091, "coding":"utf-8", "indexes":[ - "index.html", - "index.tmpl", - "index.ui", "index.dspy", "index.md" ], diff --git a/wwwroot/index.ui b/wwwroot/index.ui new file mode 100644 index 0000000..12be4e5 --- /dev/null +++ b/wwwroot/index.ui @@ -0,0 +1,6 @@ +{ + "widgettype":"Text", + "options":{ + "text":"Welcome but nothing for you" + } +}