From 577c1e2dac6d8946ca32d10dc64d9aaaff753504 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 15 Sep 2023 13:44:29 -0700 Subject: [PATCH] fix docs --- docs/my-website/docs/providers/custom_openai_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/custom_openai_proxy.md b/docs/my-website/docs/providers/custom_openai_proxy.md index 3099d1587..c34d6db54 100644 --- a/docs/my-website/docs/providers/custom_openai_proxy.md +++ b/docs/my-website/docs/providers/custom_openai_proxy.md @@ -25,7 +25,7 @@ In order to use your custom OpenAI Chat Completion proxy with LiteLLM, ensure yo * `custom_llm_provider` to `openai` this ensures litellm uses the `openai.ChatCompletion` to your api_base ```python - +import os from litellm import completion ## set ENV variables