#Run and Save Templated GPT Prompts

5 messages · Page 1 of 1 (latest)

ornate gull
#

https://www.llmformat.com/

llmformat.com lets you use Jinja templates for your LLM prompts.

What is a LLM function?
It's a way to talk to an AI like ChatGPT without needing to do the annoying copy and paste step every time you want to do a common task.

Just by using a few special curly braces ("{" and "}") we are able to turn a ChatGPT prompt into a form that can be filled out and reused. All you need to do is write the setup then use infinitely.

ornate gull
# dense bane What’s jinja

It's a mini-language to add variables to text. Basically doing stuff like {{name}} to indicate a user should provide their name

#

I've been told to remove the jinja call-out because no one knows what it is haha

dense bane