Skip to content

Commit

Permalink
added print statements in create_map()
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Sep 11, 2023
1 parent 1f67a10 commit 2ca6d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_ta_backend/nomic_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def log_convo_to_nomic(course_name: str, conversation) -> str:

except Exception as e:
# if project doesn't exist, create it
print(e)
result = create_nomic_map(course_name, conversation)
if result is None:
print("Nomic map does not exist yet, probably because you have less than 20 queries on your project: ", e)
Expand Down

0 comments on commit 2ca6d79

Please sign in to comment.