mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(openai_passthrough.md): document how to make openai passthrough route work
This commit is contained in:
parent
c1ac6e25aa
commit
a3810a5f3a
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ Simply replace `https://api.openai.com` with `LITELLM_PROXY_BASE_URL/openai`
|
|||
|
||||
## Usage Examples
|
||||
|
||||
Requirements:
|
||||
Set `OPENAI_API_KEY` in your environment variables.
|
||||
|
||||
### Assistants API
|
||||
|
||||
#### Create OpenAI Client
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue