Options with samples.
{
"WhisperApiUrl": "http://localhost:9000",
"NpcApiUrl": "http://localhost:8082",
"TranslatorApiUrl": "http://localhost:8081",
"NpcPrompt": "/no_think\nYou are an NPC.\nYou are responding to the user's message in the first person.\nYour response should be in english. Response with simple statements and questions. Respond in a way that continues the conversation."
}- WhisperApiUrl = http://nginx-asr:9000
- ParlerApiUrl = http://parlertts-api:8000
- NpcApiUrl = http://assistant-llamacpp:8082
- TranslatorApiUrl = http://assistant-llamacpp:8081
- http://localhost:9000 - Whisper - Speech to Text
- http://localhost:8082 - Qwen 3 4B - LLM - Acts as the NPC
- http://localhost:8081 - Hunyuan MT Chimera 7B - LLM - Translations
- http://localhost:8000/docs - Parler TTS - Text to Speech