add llm ai

This commit is contained in:
bridge
2025-08-30 21:58:43 +08:00
parent 9ab71d1ac8
commit 4f9c6d4c79
11 changed files with 114 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ def main():
sim = Simulator(world)
# 创建角色,传入当前年份确保年龄与生日匹配
sim.avatars.update(make_avatars(world, count=14, current_year=world.year))
sim.avatars.update(make_avatars(world, count=2, current_year=world.year))
front = Front(
simulator=sim,