Skip to content

Commit

Permalink
handled emoji error
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Sep 11, 2023
1 parent aeb6151 commit 7cc4077
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 @@ -37,6 +37,7 @@ def log_convo_to_nomic(course_name: str, conversation) -> str:

project_name = NOMIC_MAP_NAME_PREFIX + course_name
start_time = time.monotonic()
emoji = ""

try:
# fetch project metadata and embbeddings
Expand Down

0 comments on commit 7cc4077

Please sign in to comment.