Personality Control #79
-
|
How are personalities determined? Is there any control of what personality a specific character has? Or is there a way to "reset" so it can randomly pull a new one? I looked in all the documentation and I couldn't find any mention of this so sorry if I missed it. I am playing with altbots in my group and I want to be able to fine-tune their personalities based on what I want. Is this currently possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is no way to change it through commands yet. But you can easily change it in the database. Look in the table I'll look into adding some text commands to help control that process. |
Beta Was this translation helpful? Give feedback.
There is no way to change it through commands yet. But you can easily change it in the database.
Look in the table
Characters->mod_ollama_chat_personality. Here you will see the GUID of the bot and the assigned personality string. You can match the string name with the name inmod_ollama_chat_personality_templatesto see the full description of the personality. Just update the entry with your bots GUID to the new personality or add an entry and fill it out yourself if the bot doesn't have one yet.I'll look into adding some text commands to help control that process.