Hi All,
Please share some ideas on use-case of ChatGPT integration with Alteryx.
Thanks!
Hammad
Solved! Go to Solution.
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
@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.
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.
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 screenshot
Text 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
Hello Steve,
thank you for reply. I have Use AMP Engine unchecked. But I still have these errors. I concatenate 2 fields in one named prompt_field and put it into Prompt Option. Now it has following contents:
"find the word LIDL in the following text: {"v":[{"v":"Die AfD Stadtfraktion vertritt die Interessen der Bürger in der Stadtverordnetenversammlung Potsdam."}]} " (After : there are different texts)
The errors remain. What is the reason?
Best regards
Eduard