diff --git a/examples/game/main.py b/examples/game/main.py index 5ecfb44f1..69d6bb003 100644 --- a/examples/game/main.py +++ b/examples/game/main.py @@ -53,7 +53,7 @@ def invited_group_chat( ] choose_during_chatting = f"""【系统】你要发言吗? """ @@ -98,7 +98,7 @@ def invited_group_chat( choose_role_story = f"""【系统】:需要以哪位角色的视角生成一段完整故事吗?: """ @@ -201,7 +201,7 @@ def one_on_one_loop(customers, player, uid): ] choose_after_meal = f"""【系统】接下来你会说些什么吗? - """ diff --git a/examples/game/ruled_user.py b/examples/game/ruled_user.py index 4e3aeb92b..6e5b68675 100644 --- a/examples/game/ruled_user.py +++ b/examples/game/ruled_user.py @@ -157,7 +157,7 @@ def cook(self): ] choose_ingredient = f"""请选择需要的食材: """