|
|
|
|
|
by H8crilA
644 days ago
|
|
Why not just ask the bot to do something? I'm using it daily and don't have to spend more than 5 seconds thinking of a "prompt". The only exception is function calling (or whatever they call structured output these days), but that is simply embedded in my or other people's programs that call the API. |
|
I use conversational English for basically every prompt I work with ChatGPT on as a regular person.
For my application, I have prompts that I have stored in source code, but those need to have very consistent, exact inputs and outputs (mostly JSON), so creating a specific prompt is important for those.
For anything human where a human can parse it, regular ChatGPT works perfectly fine!