Skip to content

Commit

Permalink
Merge pull request joonspk-research#17 from crcresearch/temporary_branch
Browse files Browse the repository at this point in the history
Structured Output Revisions
  • Loading branch information
chowington authored Nov 25, 2024
2 parents 0dcf80a + 0c3d1b4 commit b2083f3
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 189 deletions.
2 changes: 1 addition & 1 deletion print_all_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def get_unique_conversations(simulation_name):
unique_conversations = get_unique_conversations(simulation_name)
print(json.dumps(unique_conversations, indent=2))
'''
get_unique_conversations(simulation_name)
get_unique_conversations(simulation_name)
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def agent_chat_v2(maze, init_persona, target_persona):
focal_points = [f"{target_persona.scratch.name}"]
retrieved = new_retrieve(init_persona, focal_points, 50)
relationship = generate_summarize_agent_relationship(init_persona, target_persona, retrieved)
print ("-------- relationshopadsjfhkalsdjf", relationship)
print ("-------- relationship", relationship)
last_chat = ""
for i in curr_chat[-4:]:
last_chat += ": ".join(i) + "\n"
Expand Down
Loading

0 comments on commit b2083f3

Please sign in to comment.