Skip to content

Commit

Permalink
testing for json error
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Sep 13, 2023
1 parent c321225 commit fb37eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/nomic_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def log_convo_to_nomic(course_name: str, conversation) -> str:
print("before delete")

# delete that convo data point from Nomic
project.delete_data([prev_id])
print(project.delete_data([prev_id]))

# prep for new point
first_message = prev_convo.split("\n")[1].split(": ")[1]
Expand Down

0 comments on commit fb37eed

Please sign in to comment.