You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After modifying the character personality in defaultCharacter.ts, the AI responses remain unchanged and continue using the old personality settings in both Discord and Twitter interactions. However, the Twitter post creation functionality correctly reflects the new personality changes.
To Reproduce
Navigate to defaultCharacter.ts
Modify the character personality settings/prompt
Save the changes and restart the application
Test interactions on Discord - responses use old personality
Test interactions on Twitter - responses use old personality
Test Twitter post creation - correctly uses new personality
Expected behavior
When defaultCharacter.ts is modified, all AI interactions (Discord responses, Twitter replies, and Twitter posts) should reflect the new personality settings immediately after application restart.
The character should consistently maintain the new personality across all platforms and interaction types.
Screenshots
Additional context
The inconsistency between Twitter post creation and response behavior suggests a possible caching issue or incomplete personality update propagation across different modules
The issue persists across application restarts
Twitter post creation working correctly with new personality indicates that the character file is being read properly in some contexts but not others
The text was updated successfully, but these errors were encountered:
found a workaround this issue,
deleting db.sqlite on every change on the character personality/style, restart app, and it works with the updated personality
Describe the bug
After modifying the character personality in defaultCharacter.ts, the AI responses remain unchanged and continue using the old personality settings in both Discord and Twitter interactions. However, the Twitter post creation functionality correctly reflects the new personality changes.
To Reproduce
Expected behavior
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: