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
- Navigate over to the plugins tab.
- Expand your API call for Open AI.
- Scroll down until you see the button “Add another call”
- Click on the button “Add another call”
- Give the new API call a name.
- Click on the drop-down menu next to “Use as”, and select “Action.”
- Click on the drop-down menu where it says “Name” and instead of POST select GET.
- 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