docs - openai compatible

This commit is contained in:
Ishaan Jaff 2024-07-08 12:11:45 -07:00
parent 323add2e67
commit a3e0ae82ca

View file

@ -63,6 +63,14 @@ Here's how to call an OpenAI-Compatible Endpoint with the LiteLLM Proxy Server
api_key: api-key # api key to send your model
```
:::info
If you see `Not Found Error` when testing make sure your `api_base` has the `/v1` postfix
Example: `http://vllm-endpoint.xyz/v1`
:::
2. Start the proxy
```bash