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)
Last updated