Commit History

response = openai.Completion.create(
8109133

youngtsai commited on

def main_function(password: str, rounds: int, method: str, role1: str, role2: str):
1e07170

youngtsai commited on

chatbot_dialogue
f2bc1ef

youngtsai commited on

print(chatbot_dialogue)
4060a57

youngtsai commited on

chatbot_dialogue = [(item["role"], item["content"]) for item in structured_dialogue]
3cf8ded

youngtsai commited on

file_name = "dialogue_output.txt"
830e7f1

youngtsai commited on

file_name = "dialogue_output.json"
82ec76e

youngtsai commited on