prompt engineering

ai
prompt engineering
Author

Cody

Published

October 3, 2023

Let’s try our hand at prompt engineering with ChatGPT using the GPT-4 model. We’ll try to get the bot to respond that its name is “Ed Chambers”:

Prompt engineering part 0

We can engineer our prompt to get a better result:

Prompt engineering part 0.5

And iterate until we get it working:

Prompt engineering part 1

At this point, all we need to do is parse the response and we’re good to go.

Back to top