Skip to Content
Arbitrary Presets For Generating Text Using LLMs
PresetsPrompts

πŸ’‘ Prompts

Prompts tell the AI how to behave

You can freely rearrange the order to get the behavior you want.

They can use built-in macros (identifiers) or be fully customized by the user.

System Built-in Macros

The following macros are built in by default:

Each macro value MUST appear at most once in the prompts array

  • {{character_instructions}}

Reference: 🧠 Instructions

  • {{character_personality}}

Reference: πŸ™‰ Personality

  • {{character_scenario}}

Reference: πŸŽ₯ Scenarios

  • {{dialogue_examples}}

Reference: πŸ’¬ Examples of dialogue

  • {{persona_description}}

Reference: πŸ˜‹ Personas

  • {{chat_history}}

⚠️

Each preset configuration must contain a {{chat_history}}.

A sequence of conversation histories, where each element is a message object containing the roles and text of the two parties. The model generates the next response based on this history.

Custom Prompts

In addition to built-in identifiers, you can define your own prompts.

A custom prompt is created by specifying a role and a content field