What is PromptL?
PromptL is a versatile, user-friendly language that simplifies defining and managing dynamic prompts for LLMs. Whether you’re a developer or a non-technical user, PromptL offers a human-readable format that doesn’t compromise on power or flexibility.Why PromptL?
While LLMs are becoming more powerful and popular by the day, defining prompts for them can be a daunting task. All main LLM providers, despite their differences, have adopted a similar structure for their prompting. It consists of a conversation between the user and assistant, which is defined by a list of messages and a series of configuration options. In response, it will return an assistant message as a reply. This structure looks something like this:- Difficult to Write: Non-technical users find JSON hard to write and understand.
- Static and Rigid: Simple structures aren’t ideal for dynamic, user-driven conversations.
- Code Overhead: Customizing prompts requires repetitive, often messy code.
{{ name }}
and {{ hobby }}
!