Skip to content

Commit 8d58c99

Browse files
committed
temporarily send images every 10s
1 parent 7ad9000 commit 8d58c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gemini-demo/backend/src/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const createAgent = async (
7575
mimeType: image.contentType,
7676
},
7777
});
78-
}, 1000);
78+
}, 10000);
7979

8080
fishjamAgent.on("trackData", ({ data }) => {
8181
session.sendRealtimeInput({

0 commit comments

Comments
 (0)