Skip to content

Commit

Permalink
show WATSONX_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszOssGit committed Oct 30, 2024
1 parent b65c614 commit 4652450
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/theme/ChatModelTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,6 @@ export default function ChatModelTabs(props) {
default: false,
shouldHide: hideTogether,
},
{
value: "AWS",
label: "AWS",
text: `from langchain_aws import ChatBedrock\n\n${llmVarName} = ChatBedrock(${awsBedrockParamsOrDefault})`,
apiKeyText: "# Ensure your AWS credentials are configured",
packageName: "langchain-aws",
default: false,
shouldHide: hideAWS,
},
{
value: "IBM",
label: "IBM",
Expand All @@ -197,6 +188,15 @@ export default function ChatModelTabs(props) {
default: false,
shouldHide: hideIBM,
},
{
value: "AWS",
label: "AWS",
text: `from langchain_aws import ChatBedrock\n\n${llmVarName} = ChatBedrock(${awsBedrockParamsOrDefault})`,
apiKeyText: "# Ensure your AWS credentials are configured",
packageName: "langchain-aws",
default: false,
shouldHide: hideAWS,
},
];

return (
Expand Down

0 comments on commit 4652450

Please sign in to comment.