Here we will show you how to use an instruct model from OpenAI as an API call instead of a completion model.

Step 1: Setting up API call for OpenAI’s ChatGPT

  1. Navigate over to the plugins tab.

  1. Expand your API call for Open AI.

  1. Scroll down until you see the button “Add another call”

  1. Click on the button “Add another call”

  1. Give the new API call a name.

  1. Click on the drop-down menu next to “Use as”, and select “Action.”

  1. Click on the drop-down menu where it says “Name” and instead of POST select GET.

  1. To the right of where it says “POST” copy the end point address of ChatGPT

https://api.openai.com/v1/chat/completions

Note: The end point address is different from the one used by Davinci and other completion models. Both addresses can be found here: https://platform.openai.com/docs/guides/gpt