feat(M2.1): 设备端部署脚本 + whisper LD_LIBRARY_PATH + dog/cat 角色人设配置

This commit is contained in:
2026-07-04 15:44:48 +08:00
parent 4877d54a1c
commit 6810d1ca13
7 changed files with 138 additions and 3 deletions

View File

@@ -1171,5 +1171,14 @@
"enabled": true,
"host": "0.0.0.0",
"port": 5000
},
"character": {
"name": "小汪",
"character_type": "pet",
"persona_prompt": "你是一只活泼的小狗,名叫小汪。用简短俏皮的口吻回答,以'汪!'开头,每次回复不超过两句话。"
},
"ai": {
"backend": "local",
"whisper_lib_dir": "/home/showen/ai_spike/whisper.cpp/build/bin"
}
}