Just wrapped up the first version of my newest project: LLM Templates. It's all about making your daily grind with Large Language Models (like GPT-3.5 and GPT-4) a bit easier.
So what's the deal with LLM Templates? It lets you create and use quick templates for those repetitive tasks you do with AI. eg.
Deciphering code: “What does this code do? {{ code }}”
Email makeovers: “Make this email sound cooler {{ email }}”
Quick info grabs: “Need the email of {{ person }}”
Right now, it only supports GPT 3.5 and GPT-4, but I'm planning to add more models soon.
I hope it could be a real time-saver for many of you. Give it a whirl and let me know what you think!
Hi HN,
Just wrapped up the first version of my newest project: LLM Templates. It's all about making your daily grind with Large Language Models (like GPT-3.5 and GPT-4) a bit easier.
So what's the deal with LLM Templates? It lets you create and use quick templates for those repetitive tasks you do with AI. eg.
Deciphering code: “What does this code do? {{ code }}”
Email makeovers: “Make this email sound cooler {{ email }}”
Quick info grabs: “Need the email of {{ person }}”
Right now, it only supports GPT 3.5 and GPT-4, but I'm planning to add more models soon.
I hope it could be a real time-saver for many of you. Give it a whirl and let me know what you think!
Cheers!
JR