mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs - openai compatible
This commit is contained in:
parent
323add2e67
commit
a3e0ae82ca
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue