Pepguy commited on
Commit
35f41bc
·
verified ·
1 Parent(s): 38e275d

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -1794,7 +1794,7 @@ OUTPUT THE JSON ARRAY NOW:`;
1794
  }
1795
 
1796
  async function callBedrock(prompt) {
1797
- const model = BEDROCK_MODEL_ID;
1798
 
1799
  const command = new ConverseCommand({
1800
  modelId: BEDROCK_MODEL_ID,
 
1794
  }
1795
 
1796
  async function callBedrock(prompt) {
1797
+ const model = "haiku";
1798
 
1799
  const command = new ConverseCommand({
1800
  modelId: BEDROCK_MODEL_ID,