From 493d2bfc2d3667053167cbaa0d0376129397e5ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 12 Jun 2024 14:52:18 -0400 Subject: [PATCH] feat: Add chat_chastity.py module for Chastity persona --- chat_chastity.py | 3 +++ chat.py => chat_lumina.py | 0 2 files changed, 3 insertions(+) create mode 100755 chat_chastity.py rename chat.py => chat_lumina.py (100%) mode change 100644 => 100755 diff --git a/chat_chastity.py b/chat_chastity.py new file mode 100755 index 0000000..a029267 --- /dev/null +++ b/chat_chastity.py @@ -0,0 +1,3 @@ +from claude_personas import chastity + +chastity.repl() diff --git a/chat.py b/chat_lumina.py old mode 100644 new mode 100755 similarity index 100% rename from chat.py rename to chat_lumina.py