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