Skip to content

Commit

Permalink
set resoultions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 21, 2024
1 parent 871224f commit b4822c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@
"prettier": "^2.8.3",
"tsx": "^3.12.3",
"typescript": "~5.1.6"
},
"resolutions": {
"@langchain/openai": "workspace:*"
}
}
1 change: 0 additions & 1 deletion examples/src/models/chat/integration_bedrock_multimodal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as fs from "node:fs/promises";

import { BedrockChat } from "@langchain/community/chat_models/bedrock";
// Or, from web environments:

// import { BedrockChat } from "@langchain/community/chat_models/bedrock/web";
import { HumanMessage } from "@langchain/core/messages";

Expand Down

0 comments on commit b4822c1

Please sign in to comment.