fix: downgraded sentry-sdk to 1.44.1 due to claude LLM token returning 0 (#6597)

This commit is contained in:
takatost
2024-07-24 04:49:03 +08:00
committed by GitHub
parent 4c85393a1d
commit 0fb741f269
3 changed files with 597 additions and 597 deletions

View File

@@ -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):