We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad9000 commit 8d58c99Copy full SHA for 8d58c99
1 file changed
gemini-demo/backend/src/agents.ts
@@ -75,7 +75,7 @@ export const createAgent = async (
75
mimeType: image.contentType,
76
},
77
});
78
- }, 1000);
+ }, 10000);
79
80
fishjamAgent.on("trackData", ({ data }) => {
81
session.sendRealtimeInput({
0 commit comments