You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have the nice openAI functionality. That is working but has its problems. One of those problems is the fact that openAI can be very stubborn in translating specific words, and comes back with formal translations. To prevent that we might consider a function to remove certain words before sending it away for translation. Then openAI will come back with the proper translation.
Solution:
Create a new entry in the profiel, enabling entering words separated with comma or something else.
Then before sending the request remove words present in this list from the original.
In that way we assure that those words are not used for translation.
Examples for the Dutch language
Sorry
Please
Hey!
Hi
And a few more
The text was updated successfully, but these errors were encountered:
Currently we have the nice openAI functionality. That is working but has its problems. One of those problems is the fact that openAI can be very stubborn in translating specific words, and comes back with formal translations. To prevent that we might consider a function to remove certain words before sending it away for translation. Then openAI will come back with the proper translation.
Solution:
Create a new entry in the profiel, enabling entering words separated with comma or something else.
Then before sending the request remove words present in this list from the original.
In that way we assure that those words are not used for translation.
Examples for the Dutch language
Sorry
Please
Hey!
Hi
And a few more
The text was updated successfully, but these errors were encountered: