mirror of https://github.com/Mai-with-u/MaiBot.git
feat:增加人格表达方式的多样性
parent
18ce5b21d1
commit
cb05439417
|
|
@ -306,3 +306,4 @@ src/chat/focus_chat/working_memory/test/test1.txt
|
|||
src/chat/focus_chat/working_memory/test/test4.txt
|
||||
run_maiserver.bat
|
||||
src/plugins/test_plugin_pic/actions/pic_action_config.toml
|
||||
run_pet.bat
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ class PersonalityExpression:
|
|||
)
|
||||
self.meta_file_path = os.path.join("data", "expression", "personality", "expression_style_meta.json")
|
||||
self.expressions_file_path = os.path.join("data", "expression", "personality", "expressions.json")
|
||||
self.max_calculations = 10
|
||||
self.max_calculations = 20
|
||||
|
||||
def _read_meta_data(self):
|
||||
if os.path.exists(self.meta_file_path):
|
||||
|
|
|
|||
Loading…
Reference in New Issue