Sparkles Posted November 22 Report Share Posted November 22 Hi - I read from a blog that the AI GPT extension is powerful enough to translate texts from one language to another. Has anyone tried this? Could you provide some tips on how to implement it? Quote Link to comment Share on other sites More sharing options...
Winskey Posted November 23 Report Share Posted November 23 Hi Sparkles, I've tried this out, and here's how you can set it up: 1. Create a Table with Two Fields: One field for your raw data input and another for the GPT response (or translated version). You can either create a new table with these two fields or add them to an existing table. 2. Set Up the Action in AI-Powered GPT Connect Extension: Go to the AI-Powered GPT Connect Extension and create a new action and give the action a name. In the "Trigger" section, select the table where you created or added the two fields. In the "Event" section, choose whether you want the action to trigger on "Insert" or "Update" of a record. 3. Configure the Request Section: This is where you specify the prompt. I've used the prompt that provides the language and the translated version. 4. Configure the Response Section: In the "Response" section, select the field where you want the result (translated text) to be placed. I've attached the prompt I used and an example of the output generated by the prompt. Prompt: Detect the language and translate the text from [@field:RawData] to English. Display the result in the following format: Language Detected: Translated Text: Return result only, no additional characters or JSON structure. Result or Output: Hope this helps! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.