communication.json 227 B

12345678910111213
  1. {
  2. "default": {
  3. "enabled": true,
  4. "provider": "whisper",
  5. "available_providers": ["whisper"],
  6. "options" : {
  7. "server": "localhost",
  8. "port" : 15533
  9. },
  10. "host": "localhost",
  11. "port": 15533
  12. }
  13. }