diff --git a/docs/modules/models/llms/integrations/openai.ipynb b/docs/modules/models/llms/integrations/openai.ipynb index 87ea797b..68f8d205 100644 --- a/docs/modules/models/llms/integrations/openai.ipynb +++ b/docs/modules/models/llms/integrations/openai.ipynb @@ -133,7 +133,16 @@ "id": "58a9ddb1", "metadata": {}, "source": [ - "# if you are behind an explicit proxy, you can use the OPENAI_PROXY environment variable to pass through\n", + "If you are behind an explicit proxy, you can use the OPENAI_PROXY environment variable to pass through" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "55142cec", + "metadata": {}, + "outputs": [], + "source": [ "os.environ[\"OPENAI_PROXY\"] = \"http://proxy.yourcompany.com:8080\"" ] }