OpenAI / GPT-3 API Calls

Seen lots of people struggling with an API call to GPT-3. See here for reference:


The “prompt” parameter should be text formatted as JSON-safe. I normally add the API prompt text to a field in a data type using arbitrary text e.g ‘Generate 10 blog ideas using the prompt Multiline Input A’s text’:formatted as JSON-safe.

You can also make the other API call parameters dynamic. The temperature will need to be adjusted for your use case. Max tokens of 750 here is also just for my use case.

1 Like

Thank you kindly. I have another question, and I’d like to incorporate fine tuning. Can you demonstrate how to do this?

1 Like