Identity Crisis #4

Closed
opened 2025-05-09 18:30:04 -04:00 by milo · 1 comment
Owner

There are 2 Identities in the bot:

  1. The "default" hardcoded one
  2. The "default" one loaded in the Json file meant to be the actual one

The Issue:

  • Currently the default personality is being loaded along with the one on the json file (or so it seems).

The Fix:

  • The fix SHOULD be as simple making the json personality the default one and making it so that it is loaded properly into the bot.

Suggestions:

  • This could open up avenues for having multiple personalities in one bot (bipolarism?)
    • So the bot could be scheduled to "switch" personalities on set intervals or during specific "conditions"
    • Another way to use this would be to create artificial "emotions" where the personality is the same but modifies the AIs tone according different conditions/rules.
    • It can also be made to "fake" multiple bots on one LLM instance (this might be interesting)
### There are 2 Identities in the bot: 1. The "default" **hardcoded** one 2. The "default" one loaded in the **Json file** meant to be the actual one ### The Issue: - Currently the default personality is being loaded along with the one on the json file (**or so it seems**). ### The Fix: - The fix **SHOULD** be as simple making the json personality the default one and making it so that it is loaded properly into the bot. ### Suggestions: - This could open up avenues for having multiple personalities in one bot (bipolarism?) - So the bot could be scheduled to "switch" personalities on set intervals or during specific "conditions" - Another way to use this would be to create artificial "emotions" where the personality is the same but modifies the AIs tone according different conditions/rules. - It can also be made to "fake" multiple bots on one LLM instance (this might be interesting)
milo added the
bug
label 2025-05-09 18:30:04 -04:00
milo self-assigned this 2025-05-09 18:30:04 -04:00
milo added this to the Minimum Viable Product project 2025-05-09 18:30:04 -04:00
milo added reference main 2025-05-11 14:15:57 -04:00
milo added the
High Priority
label 2025-05-11 14:31:06 -04:00
milo added this to the Alpha Build Ready milestone 2025-05-11 17:47:22 -04:00
Author
Owner

This is now fixed, Only the personality in the json file is used and if no personality is there then the normal LLM tone/style is used.

This is now fixed, Only the personality in the json file is used and if no personality is there then the normal LLM tone/style is used.
milo closed this issue 2025-05-11 19:47:27 -04:00
Sign in to join this conversation.
No description provided.