Skip to content

Commit e58c2c5

Browse files
committed
docs fix
1 parent 163416c commit e58c2c5

File tree

1 file changed

+2
-0
lines changed
  • docs/my-website/release_notes/v1.77.7-stable

1 file changed

+2
-0
lines changed

docs/my-website/release_notes/v1.77.7-stable/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ pip install litellm==1.77.7.rc.1
6969

7070
<Image img={require('../../img/release_notes/perf_77_7.png')} style={{ width: '800px', height: 'auto' }} />
7171

72+
<br/>
73+
7274
This update removes LiteLLM router inefficiencies, reducing complexity from O(M×N) to O(1). Previously, it built a new array and ran repeated checks like data["model"] in llm_router.get_model_ids(). Now, a direct ID-to-deployment map eliminates redundant allocations and scans.
7375

7476
As a result, performance improved across all latency percentiles:

0 commit comments

Comments
 (0)