Skip to content

self-improving characters 😳

Compare
Choose a tag to compare
@josephrocca josephrocca released this 14 Mar 16:39
· 536 commits to main since this release
ad127ed
  • Characters can now edit themselves! So e.g. their personality can change over time. See custom code docs for details: https://github.com/josephrocca/OpenCharacters/blob/main/docs/custom-code.md
  • Custom code can access the GPT completion API, so you can use custom code to e.g. intelligently edit messages based on certain rules (e.g. to guide character behavior)
  • A character's custom code can display a floating window so you can e.g. display a video avatar that changes depending on the character's mood/emotion (which you can determine using the above-mentioned GPT completion API)
  • Can now edit settings other than temperature (like stopSequences, presencePenalty, etc.) via custom code