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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -11,7 +11,7 @@ async function getTranslation(nativeText) {
max_tokens: 1000,
messages: [{
role: "user",
content: `Translate the following ${process.env.NATIVE_LANGUAGE} text to ${process.env.TARGET_LANGUAGE}. Only provide the ${process.env.TARGET_LANGUAGE} translation, nothing else: "${nativeText}"`
content: `Translate the following ${process.env.NATIVE_LANGUAGE} text to ${process.env.TARGET_LANGUAGE}. Words in brackets () are for context only. Only provide the ${process.env.TARGET_LANGUAGE} translation, nothing else: "${nativeText}"`