everydaycats commited on
Commit
f2f082a
·
verified ·
1 Parent(s): c98b5b7

Update apps/aura_measure.js

Browse files
Files changed (1) hide show
  1. apps/aura_measure.js +1 -1
apps/aura_measure.js CHANGED
@@ -40,7 +40,7 @@ router.post('/analyze', async (req, res) => {
40
 
41
  // Send to your existing AWS Bedrock AI Engine
42
  const aiResult = await generateCompletion({
43
- model: "maverick",
44
  prompt: prompt,
45
  system_prompt: AURA_SYSTEM_PROMPT,
46
  images: [media_base64] // Works for both images and video frames!
 
40
 
41
  // Send to your existing AWS Bedrock AI Engine
42
  const aiResult = await generateCompletion({
43
+ model: "qwen", //"maverick",
44
  prompt: prompt,
45
  system_prompt: AURA_SYSTEM_PROMPT,
46
  images: [media_base64] // Works for both images and video frames!