From a3810a5f3a9bbef1e8381ab2da413ba080218b65 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 4 Nov 2025 17:12:33 -0800 Subject: [PATCH] docs(openai_passthrough.md): document how to make openai passthrough route work --- docs/my-website/docs/pass_through/openai_passthrough.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/my-website/docs/pass_through/openai_passthrough.md b/docs/my-website/docs/pass_through/openai_passthrough.md index 2712369575..d7c98eba7b 100644 --- a/docs/my-website/docs/pass_through/openai_passthrough.md +++ b/docs/my-website/docs/pass_through/openai_passthrough.md @@ -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