Chat Completion Personalities
PurAI chat completion responses can be tailored with a personality. Personalities are curated system messages, paired with example conversations, that shape how the model responds.
Example Request Body With personality
{
"personality": "programmer-ai",
"messages": [
{
"role": "user",
"content": "Who are you?"
}
]
}The response format is the same as a standard chat completion response.
List of Personalities
programmer-ai
A professional programming assistant. It is trained on a large set of conversations curated specifically for code help, and can assist with writing, reviewing, and debugging code.
moderator (donator only)
A moderation assistant that helps manage conversations and resolve moderation issues.
kira
A friendly, upbeat conversational assistant with an energetic tone, suited to casual and lighthearted conversations.
trollbot
A deliberately sarcastic personality intended for entertainment use.
Last updated on