Instructions For GPT HTTPs
Instructions For GPT HTTPs
As
such, it can be necessary, at least for testing, to make raw API calls while waiting on Make to
update their modules.
This has happened a couple of times now with the upgrade from GPT-3 to GPT-3.5 and even
GPT-4.
To prevent you from having to wait on Make updates in the future, I’ve created this scenario that
simply makes HTTP calls to the OpenAI API. Currently the “model” is set to “gpt-4” but that can
be changed.
Simply input your API key and edit the tokens and temperature you want to use.
This scenario also only includes two “back and forth” chats. One prompt input, then an output,
then another input.
To add more, simply add an additional ,{“role”: “user”, “content”: JSON string} to the JSON.
Copy the modules and paste them into any other scenario to use this feature.