Hi All,
Please share some ideas on use-case of ChatGPT integration with Alteryx.
Thanks!
Hammad
Hi @Hammad_Rashid,
Check out these ChatGPT macros on Gallery from @Hiblet and @DanHare:
https://community.alteryx.com/t5/Community-Gallery/OpenAI-ChatGPT-Completions-Connector/ta-p/1093372
https://community.alteryx.com/t5/Community-Gallery/OpenAI-ChatGPT-Edits-Connector/ta-p/1094050
Hi @Hammad_Rashid, ChatGPT is available to you to play with, as Megan says. We have used ChatGPT for building customer emails, editing text for sophisticated grammar corrections, translation, summarisation and for customised sentiment analysis. Really, the problem is that we cannot imagine hard enough to realise the uses that this tech could be put to! We would love to hear what use-cases you come up with, and please comment on the Community Gallery pages if you have questions or problems with the connectors, we want to help.
@MeganBowers Thanks for the links!
I have huge collection of questions Got some free time these days, so spending good time on Alteryx community. Really appreciate quick replies from the Alteryx Community Team.
WOW! I really liked your work - Retrieving product reviews and using Alteryx to formulate the right questions to turn Chat GPT into a Sentiment Analysis engine.
Simply Awesome!
Hi @Hammad_Rashid - we're so pleased with your enthusiasm, thank you.
Steve's work is amazing, but we're collectively limited to the potential use cases by our imagination compared to actual information workers.
Just to encourage people to challenge the status quo, we've a head of automation at a large client who follows our YT videos, "gets it", and is suddenly desperate to be the first to implement these macros across as many daily global use cases as possible - ie nirvana !
So go for it - GPT is what we have been waiting for, and has opened many eyes to the value of what we collectively do.
After all, if you can't prove what happened last week, who's going to believe your AI recommendations ?
Hello, I tried the both macros above, but without success. I receive these errors:OpenAI_ChatGPT_Completions (6) 3_Wrap_Payload_and_Digester_Macro (36): 2_Batch_Call_Macro (16): Record #65: 1_It_Retry_Macro (19): Iteration #1: 0_Sub_SingleCall_Macro (10): Tool #23: Tool #17: Failed to run external program "D:\Alteryx\Engine\Engine_6120_10cab8e7bf2f4fcc9f198f6d6a77dd25_\DosCommand.bat": Das System kann die angegebene Datei nicht finden. (2)I suppose, that the input parameters for macro are wrong. I use these parameters: see on screenshotText for prompt is in Suffix. What do I wrong?
Hi @samorod70
Could you check your workflow that is running the macro, please? Click on any white space in the Canvas, and the Canvas configuration properties should be shown in the Configuration window. This has five tabs, Canvas, Workflow, Runtime, Events and Meta Info. In the Runtime tab, look to see if you have a check mark in the box "Use AMP Engine". If you do have this checked, you will need to uncheck it. I think new installations of Alteryx default to setting up new workflows in AMP On mode by default.
I think you can use Suffix as you are using it. However, if you are having problems, I would suggest concatenating your data in "instruction" and "ad creative link" into a single string, and putting this combined string into the Prompt option.
I hope that helps, if not, please let me know.
Thanks,
Steve
Hi @samorod70 - Eduard, thanks for the prompt reply. Sorry that your problem remains. When the macro runs, sometimes an error upstream of the tool that is reporting a problem is the culprit. Could you take a screen shot of the Results pane that shows the workflow messages, please, and email it to me? Sometimes there are clues in this that can help me figure out what is wrong. Also, if I could get a copy of your workflow, I might be able to replicate the problem here. If I can replicate it, I have a chance to fix it. My email is steve at continuum dot je. I have used phonetic spelling of the email in an attempt to stop web email harvesters from picking up my mail address. If you are having problem reaching me, you could go to www.continuum.je and fill in a contact request, and mention that you are talking to Steve about ChatGPT in Alteryx and are trying to reach me.
Thanks for your patience,
For other people with a similar problem, samorod70 (Eduard)'s problem was found to be due to having JSON data within the prompt. The OpenAI API for ChatGPT uses JSON to transfer data, and having data in the prompt string that contained JSON characters caused a problem. I could, as a diligent developer, add code to 'escape' the contained JSON, but for now, a quick solution is for Eduard to extract the relevant text string from his JSON data using the JSON Parse tool, and build his prompt with just this string. JSON is recognisable because it has curly braces around data.