Pepguy commited on
Commit
d843a70
·
verified ·
1 Parent(s): 4a81c76

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -1
app.js CHANGED
@@ -37,7 +37,8 @@ import fs from "fs";
37
  import path from "path";
38
  import {
39
  BedrockRuntimeClient,
40
- InvokeModelCommand
 
41
  } from "@aws-sdk/client-bedrock-runtime";
42
  import { NodeHttpHandler } from "@smithy/node-http-handler";
43
 
 
37
  import path from "path";
38
  import {
39
  BedrockRuntimeClient,
40
+ InvokeModelCommand,
41
+ ConverseCommand
42
  } from "@aws-sdk/client-bedrock-runtime";
43
  import { NodeHttpHandler } from "@smithy/node-http-handler";
44