fix: KeyError _mood_imitation_dialogs_processed
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user