This commit is contained in:
yumoqing 2024-11-13 13:25:23 +08:00
parent 4b9146816d
commit fab29a361d
2 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,8 @@
{ {
"password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567", "password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567",
"modelname":"Qwen/Qwen2-VL-2B-Instruct", "modelname":"usefulsensors/moonshine-tiny",
"modelname":"Qwen/Qwen2-VL-7B-Instruct",
"logger":{ "logger":{
"name":"qwenvl", "name":"moonshine",
"levelname":"info", "levelname":"info",
"logfile":"$[workdir]$/logs/sage.log" "logfile":"$[workdir]$/logs/sage.log"
}, },
@ -14,12 +13,9 @@
], ],
"client_max_size":10000, "client_max_size":10000,
"host":"0.0.0.0", "host":"0.0.0.0",
"port":10090, "port":10091,
"coding":"utf-8", "coding":"utf-8",
"indexes":[ "indexes":[
"index.html",
"index.tmpl",
"index.ui",
"index.dspy", "index.dspy",
"index.md" "index.md"
], ],

6
wwwroot/index.ui Normal file
View File

@ -0,0 +1,6 @@
{
"widgettype":"Text",
"options":{
"text":"Welcome but nothing for you"
}
}