fix: KeyError _mood_imitation_dialogs_processed

This commit is contained in:
Soulter
2025-02-05 18:52:55 +08:00
parent 2a614b545b
commit f2e8303b66
+2
View File
@@ -71,6 +71,8 @@ class ProviderManager():
self.selected_default_persona = Personality(
prompt="You are a helpful and friendly assistant.",
name="default",
_begin_dialogs_processed=[],
_mood_imitation_dialogs_processed=""
)
self.personas.append(self.selected_default_persona)