Hello everyone, I have recently worked with the OpenAI API (GPT-3) and I realized that this technology is programmed to work perfectly in the English language.
So I worked on a project that makes the internal processing in the same language but the ‘final string’ is in another human language, I chose Spanish as the default language but the translation is carried out by means of a direct HTTP request to Google Translate, this means that with the appropriate code modification the ‘final string’ can be in other human languages other than Spanish or English.
I hope this is useful, regards.