docs: fix imports

This commit is contained in:
Krrish Dholakia
2023-12-08 07:39:13 -08:00
parent d548836903
commit 2ede903f0b
+2 -2
View File
@@ -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')} />