Switched to original server implementation & included server shim
This commit is contained in:
30
V3.1/build/hub-shim/config.example.json
Normal file
30
V3.1/build/hub-shim/config.example.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"listen": {
|
||||
"bindHost": "0.0.0.0",
|
||||
"port": 9000,
|
||||
"path": "/v1/listen"
|
||||
},
|
||||
"asrService": {
|
||||
"baseUrl": "http://192.168.1.15:8088",
|
||||
"wsPath": "/simple_port",
|
||||
"timeoutMs": 15000,
|
||||
"audioSourceId": "alsa1"
|
||||
},
|
||||
"nlu": {
|
||||
"enabled": true
|
||||
},
|
||||
"gqaShim": {
|
||||
"enabled": false,
|
||||
"bindHost": "0.0.0.0",
|
||||
"port": 8080,
|
||||
"timeoutMs": 20000,
|
||||
"ollama": {
|
||||
"baseUrl": "http://127.0.0.1:11434",
|
||||
"model": "phi3.5",
|
||||
"systemPrompt": "You are Jibo, a friendly social robot. Reply in 1-2 short spoken sentences."
|
||||
}
|
||||
},
|
||||
"logging": {
|
||||
"level": "info"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user