Andriy S'omak
Andriy S'omak
Ok, my goal to start using your lib in my project ASAP ;) The main change is adding ServiceLocator and its registration. The EF lib I've added is standalone, so...
> Could you elaborate on service locator necessity? As in next major version I'm going to or at least I'm planning to throw out all the statics. It's been too...
Do you have any updates?
> Could you please merge conflicts before we proceed here? Not sure why, but your repo shown as "unknown" from my perspective. Do you know reason? Unfortunately, I've deleted my...
It's not a bug, the app was never positioned to be compatible with Amstrad CPC464. I am surprised a bit by that, maybe someone who has this machine can improve...
Another thing I've faced - in my setup txtxai is hosted in a separate remote environment with a powerful GPU and my custom software needs it to be used remotely...
Hi David, Thank you for pointing me out, the retrieve task helped me, transcription works well. I am now having another problem with workflow while I'm trying to make tts...
When I'm using curl there is the same. ```shell curl -X POST "http://localhost:8000/workflow" -H "Content-Type: application/json" -d '{"name":"tts", "elements":["Say something here"]}' ``` I figured out that the problem on filling...
Yes, I have the same suspicion.
> Ultimately, I think having options to write to WAV/base64 encode could be good options to add to the TTS pipeline. This could be the best solution IMHO. Also, it...