Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyushuo committed Oct 24, 2024
1 parent 630908a commit 4091109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/environments/chatroom/chatroom_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(args: argparse.Namespace) -> None:
r.chat_freely(
delay=10,
interval=10,
max_round=3, # 10,
max_round=10,
)


Expand Down

0 comments on commit 4091109

Please sign in to comment.