We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4cff0 commit b550f57Copy full SHA for b550f57
docs/modules/llms/integrations/azure_openai_example.ipynb
@@ -20,7 +20,7 @@
20
"# The API version you want to use: set this to `2022-12-01` for the released version.\n",
21
"export OPENAI_API_VERSION=2022-12-01\n",
22
"# The base URL for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource.\n",
23
- "export OPENAI_API_BASE_URL=https://your-resource-name.openai.azure.com\n",
+ "export OPENAI_API_BASE=https://your-resource-name.openai.azure.com\n",
24
"# The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource.\n",
25
"export OPENAI_API_KEY=<your Azure OpenAI API key>\n",
26
"```\n",
0 commit comments