I need help to learn how Make and OpenAI work

Hello @Alfred_Sanders_III,

First Topic

First of all, check this course to understand the basics of Make

Second Topic

Now how to use OpenAI(GPT) with make.
First of all, you’ve understood how these AI LLM Models work.

When you perform any prompt using its UI(https://chatgpt.com/, it mostly returns details on text, code, file, etc.
But here, you’re using their API, which is the proper input and the expected output. The output format is more important here.
When you request API most of the time you are not given what type of Output type and how it’s formatted. (In short these things are called Prompt Engineering)
After that use the next specific module to accept responses and perform action/operation.

I hope this helps you.

1 Like