Hi,
thanks for your effort putting this together. I ordered my echokit a few days ago and I already started to setup the echokit server. So far so good. :)
But I did not see a way to configure a custom openai compatible tts service.
I tried it with this:
[tts]
platform = "Groq"
url = "http://tts-webui:7778/v1/audio/speech"
model = "global_preset"
api_key = "test"
voice = "chatterbox_optimus_prime_de"
But as it seems the url part is not used. Are you planning to add the possibility to add a way to do so? Is there a workaround I can use in the meantime?