We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b096e commit 2c54af2Copy full SHA for 2c54af2
docs/core_docs/src/theme/ChatModelTabs.js
@@ -100,8 +100,8 @@ export default function ChatModelTabs(props) {
100
dependencies: "@langchain/anthropic",
101
},
102
azure: {
103
- value: "azure",
104
- label: "Azure",
+ value: "azureOpenAI",
+ label: "Azure OpenAI",
105
default: false,
106
text: `import { AzureChatOpenAI } from "@langchain/openai";\n\nconst ${llmVarName} = new AzureChatOpenAI(${azureOpenAIParams});`,
107
envs: `AZURE_OPENAI_API_KEY=your-api-key`,
0 commit comments