mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs: fix imports
This commit is contained in:
parent
d548836903
commit
2ede903f0b
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ LiteLLM proxy has been load tested to handle 1500 req/s.
|
|||
|
||||
### Throughput - 30% Increase
|
||||
LiteLLM proxy + Load Balancer gives **30% increase** in throughput compared to Raw OpenAI API
|
||||
<Image img={require('../img/throughput.png')} />
|
||||
<Image img={require('../../img/throughput.png')} />
|
||||
|
||||
### Latency Added - 0.00325 seconds
|
||||
LiteLLM proxy adds **0.00325 seconds** latency as compared to using the Raw OpenAI API
|
||||
<Image img={require('../img/latency.png')} />
|
||||
<Image img={require('../../img/latency.png')} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue