Skip to content

Commit

Permalink
slightly modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerprogramming committed Feb 14, 2024
1 parent d6cb7dd commit 39ad74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen_human_interaction/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
)

# this will dump the chat into a json file to look at
json.dump(user.chat_messages[assistant], open("conversations.json", "w"), indent=2)
json.dump(user.chat_messages[assistant], open("conversations.json", "w"), indent=2)

0 comments on commit 39ad74d

Please sign in to comment.