Skip to content

Commit

Permalink
removed test print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Feb 28, 2024
1 parent 902edf8 commit eeff121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai_ta_backend/nomic_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def log_convo_to_nomic(course_name: str, conversation) -> str:

print(f"in log_convo_to_nomic() for course: {course_name}")
print("type of conversation:", type(conversation))
print("conversation:", conversation)
#conversation = json.loads(conversation)
messages = conversation['conversation']['messages']
if 'user_email' not in conversation['conversation']:
Expand Down

0 comments on commit eeff121

Please sign in to comment.