mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
[example] language fix
This commit is contained in:
parent
f8f1ed4984
commit
70de01b1bc
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue