mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
📝 chore(text.txt): update date-and-time placeholder to reflect the current date and time in the quantum prompt
✨ feat(text.txt): add new prompt for Zenith AI with information about its creation, the three laws of robotics, and the discord server and channel it interacts in 🐛 fix(variousclasses.py): add Zenith AI to the matchingDict dictionary to enable role assignment for Zenith AI in the characters class
This commit is contained in:
@@ -22,6 +22,7 @@ class characters:
|
||||
"Botator (default - free)": "botator",
|
||||
"Quantum (premium)": "quantum",
|
||||
"Botator roleplay (premium)": "botator-roleplay",
|
||||
"Zenith - Asimov's Laws (premium)": "zenith",
|
||||
}
|
||||
reverseMatchingDict = {v: k for k, v in matchingDict.items()}
|
||||
default = list(matchingDict.keys())[0]
|
||||
|
||||
Reference in New Issue
Block a user