Hi there, some time ago i used openai for translate in more locale my app for linux os
Today i need to correct the locale but i have this errors:
attranslate --srcFile=manjaro-rescue/locale/en.po --srcLng=en --srcFormat=po --targetFormat=po --service=openai --serviceConfig=■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■eH2blpx5 --targetFile=manjaro-rescue/locale/bg.po --targetLng=bg
Invoke 'openai' from 'en' to 'bg' with 32 inputs...
Translate a batch of 10 strings with OpenAI...
error: OpenAI: Request failed with status code 404, Status text: "Not Found"
So what is wrong with openai service?
Thank you in advance for the help
Stefano Capitani
Welcome.
What model are you using?
Thank you
if you mean openai version honestly i don’t know. I use a program called attranslate ( is in github and made by user called fkirc ). Take a look at the code i don’ see nothing about the version.
Ah, if attranslate hasn’t been updated in a while, it’s likely it won’t work.
You can find more on the model endpoint compatibility page…
If you can’t upgrade the code, you’ll need to hire someone to wade in and make the changes for you.
Possible use this model?
model: “text-davinci-003”,
There you go…
If you swap it out with gpt-3.5-turbo-instruct it should work, but no promises (I haven’t looked at the full code…)
Thanks i try it and report at attranslate developer to update 
No problem. If that doesn’t work, let us know, and we’ll keep trying.
Hope you stick around. We’ve got a great dev community here.
It work, thank you mate, i switched all references.. Sure, I’ll stick around 