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

Update apps/viralcat.js

Browse files
Files changed (1) hide show
  1. apps/viralcat.js +1 -1
apps/viralcat.js CHANGED
@@ -57,7 +57,7 @@ const performDeepAnalysis = async (frames, transcript, targetNiche = null) => {
57
  const prompt = `Analyze this 3-image sequence. Describe the action, camera movement, lighting, and subjects briefly.`;
58
 
59
  const res = await generateCompletion({
60
- model: "maverick",
61
  prompt,
62
  system_prompt: "You are a precise video frame analyzer.",
63
  images: chunks[i]
 
57
  const prompt = `Analyze this 3-image sequence. Describe the action, camera movement, lighting, and subjects briefly.`;
58
 
59
  const res = await generateCompletion({
60
+ model: "qwen",
61
  prompt,
62
  system_prompt: "You are a precise video frame analyzer.",
63
  images: chunks[i]