Use A Prompt
- Check out the Wiki of
preprompted-data
and copy the name of your desired prompt. We’ll use the namebasic
for the sake of simplicity. - From
leicht.prompts
, we’ll import theget_prompt()
function to fetch a prompt and cache it.
Prompts With Variables
Some prompts, for instance,awesome/character
which requires two variables, support inserting texts.
awesome/character
requires:
{character}
– The character name.{series}
– The series featuring the character.
Community Prompts
Community Prompts from Discussions can be accessed withcommunity/<discussion id>
.
For example, if we want to use RapperGPT – #2 by the community:
Usage With Assistant
Theleicht.prompts
module works seamlessly with the Assistant
API. Provide a valid prompt specification and Leicht will fetch the prompt directly.