docs(vllm.md): update docs to tell people to check openai-compatible endpoint docs for vllm

This commit is contained in:
Krrish Dholakia 2024-04-28 09:48:03 -07:00
parent 1f6c342e94
commit f74a43aa78

View file

@ -4,6 +4,13 @@ LiteLLM supports all models on VLLM.
🚀[Code Tutorial](https://github.com/BerriAI/litellm/blob/main/cookbook/VLLM_Model_Testing.ipynb)
:::info
To call a HOSTED VLLM Endpoint use [these docs](./openai_compatible.md)
:::
### Quick Start
```
pip install litellm vllm