>>103477895
For translating what? I don't need to translate anything.
The solution essentially is as simple as
tts(text) {
lang=detectLanguage(text);
return real_tts(text, lang);
}
Maybe the best way to implement it would be as an OpenAI API proxy so it could be used from multiple frontends, since the OAI API seems to be the most widespread API.
>>103477910
Which one are you talking about, QwQ or R1?