Skip to content

Commit

Permalink
fix: downgraded sentry-sdk to 1.44.1 due to claude LLM token returnin…
Browse files Browse the repository at this point in the history
…g 0 (#6597)
  • Loading branch information
takatost authored Jul 23, 2024
1 parent 4c85393 commit 0fb741f
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 597 deletions.
1 change: 0 additions & 1 deletion api/core/ops/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def measure_time():
yield timing_info
finally:
timing_info['end'] = datetime.now()
print(f"Execution time: {timing_info['end'] - timing_info['start']}")


def replace_text_with_content(data):
Expand Down
Loading

0 comments on commit 0fb741f

Please sign in to comment.