🖥️
carter-py V1
  • carter-py
  • Conversation
    • Interactions
    • Say
    • Opener
  • Other Features
    • Personalise
  • More
    • Changelog
    • Further Reading
    • carter-js
Powered by GitBook
On this page
  1. Other Features

Personalise

Personalise any text to your character's personality and talking style.

personalise() allows you to pass text to your character to personalise with its own personality and talking style.

# With carter object already created

interaction = carter.personalise("Personalise this", "user_id")

if interaction.ok:
    print(interaction.output_text)
PreviousOpenerNextChangelog

Last updated 1 year ago