๐ฌ๐พ ๐ฌ๐พ |
facilitating the next generation of AI tools @joincharm๐จ๐พโ๐ป |
@springboard bootcamp mentor |
official chef wizard ๐จ๐พโ๐ณ
We just integrated with @joincharm and literally within 2 minutes, someone booked a discovery call with us.
The time to value is insane ๐
Highly recommend ๐
a really powerful prompt to format output from chatgpt:
convert the following [content] into a YAML object with this type structure:
- [content]
{key1.lowercase().camelCase()}: {value1}
{key2.lowercase().camelCase()}: {value2}
...
<content>[your actual content]</content>
Pro tip: when you're sending files using form-data and fetch, don't specify a `content-type` in the header.
it automagically puts extra request info in `content-type` and specifying one overrides all that
@NickADobos Another really effective prompt is "what are the subproblems you need to solve for your response to this query?"
It shows how gpt is thinking about solving the problem - you can use it to boost its creativity and to guide further prompting