Hi folks!, here have a small activity requirement that Integrate ChatGPT with Pega’s ChatBot.
When an User asks a question in ChatBot portal, ChatBot should reply the answer by response of ChatGPT.
which is intersting.
So post:
How to integrate ?
Hi folks!, here have a small activity requirement that Integrate ChatGPT with Pega’s ChatBot.
When an User asks a question in ChatBot portal, ChatBot should reply the answer by response of ChatGPT.
which is intersting.
So post:
How to integrate ?
@PraveenkumarR3390 a good starting place is the Discussion Pega Integration with ChatGPT which you should have seen come up on the ‘Related content’ suggestions on the right of your question submission.
Please check that discussion first. @Amit_Patel might be able to comment on the ChatBot side of things.
There are also some videos on YouTube. Also try chat.openai.com
@PraveenkumarR3390 ChatGPT is a certainly an exciting new technology and I can understand the desire to integrate it with Chatbots. We have a number of ongoing internal projects to test the feasibility of ChatGPT integration with Pega (not just chatbots). However, nothing has advanced to the stage that can be shared with clients or partners. If we make progress and are able to turn the integration into an OOTB one, we will certainly share that at the time.
thanks
@PraveenkumarR3390 you can explore the prompt api provided by the ChatGPT and use the DataPage to show the responses from the ChatGPT
@PraveenkumarR3390 Solved by myself…
@PraveenkumarR3390 Hi, Could you please provide me the process of how did you configured that.
Thanks
@PraveenkumarR3390 Hi, Could you please tell us how you did that? Thank you in advance!!
@Sarath and @RaviTejaSreeramK9354
first connect the api using Rest Connector with ChatGPT api.
then map the properties which you like, with ‘Request and Respond data transform’ to.
if you want list form its require some more additional configuration.
Thanks…