Thank you for your patience! :)
I've fixed the issue with TranslateAI, OpenL Translate, Lingvanex Translate and Gemini. I have a few more things I need to sort out, but hopefully the beta will drop tonight.
Thank you for all the debugging, it has been very helpful!
Text Translator2 seems broken. I can't even get it working with Postman. Besides it doesn't expect JSON but rather
"application/x-www-form-urlencoded"
and I am not entirely sure what it is, but even doing a POST with that format on Postman returned the same error message.
If you'd like to use Gemini or a similar LLM that is not purposed for translation, you could prompt it simply as;
```
{
"contents": [
{
"parts": [
{
"text": "Translate this text to Swedish and only return the translated text: %text%"
}
]
}
]
}
```
The above format is not possible in 0.4.9 but will be in the beta release.
I tried it a little bit and it did not seem to break at all like the local LLM models I tried.
I'm curious to how you got Cloud Translation API to work. Definitely not straightforward with that one..
Thank you for the info. I would for sure be interested in adding Azure if they have an automatic limit or if it is easy for general person to set up. Problem is that they refuse to confirm my identity. Tried all my debit cards and it just won't work, so I can't even test it..