Spaces:
Running
Running
Update apps/viralcat.js
Browse files- 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: "
|
| 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]
|