We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57606ad commit d023391Copy full SHA for d023391
packages/lmi/tests/test_cost_tracking.py
@@ -520,7 +520,7 @@ async def task_with_tracker(tracker: CostTracker):
520
"""Task that uses a specific tracker and directly manipulates cost."""
521
with tracker:
522
# Simulate recording costs by directly manipulating the tracker
523
- # This avoids the complexity of mocking lit ellm.cost_calculator in parallel tasks
+ # This avoids the complexity of mocking litellm.cost_calculator in parallel tasks
524
await asyncio.sleep(0.01)
525
tracker.lifetime_cost_usd += 0.01
526
0 commit comments