[example] language fix

This commit is contained in:
hs 2024-08-05 12:21:13 +08:00
parent f8f1ed4984
commit 70de01b1bc
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ def main():
# Setting of MemoryScope
arguments = Arguments(
language="cn",
human_name="用户",
human_name="User",
assistant_name="AI",
logger_to_screen=False,
memory_chat_class="api_memory_chat",

View file

@ -55,7 +55,7 @@ def main():
# Create the agent of MemoryScope
arguments = Arguments(
language="cn",
human_name="用户",
human_name="User",
assistant_name="AI",
logger_to_screen=False,
memory_chat_class="api_memory_chat",