chatgpt in pega

how to implement chatgpt in pega

@Karthikeyans16812184

For POC purpose we can connect to the REST API of ChatGPT through Connect-REST connectors.

Steps in OpenAI:

  1. Create a personal account in OpenAI.

  2. In the personal account Create API Key and copy the same (refer attached screen shot)

  3. Test with a Postman tool or similar to check the API using the key. (Refer screen shots and sample Req and Response files)

In this same way you can interact with REST Connector as well.

Example: Asked Chat GPT about Pega PRPC and got the attached beautiful response.

However, Pega is still working on the impact of implementing the calls to ChatGPT. Hence before implementing in client systems espicially if moving to Prod, better to raise a SR with Pega and get it clarified.

Also get in touch with your client/company’s legal team regarding licences and business usage.

request.txt (156 Bytes)

response.txt (3.1 KB)