Skip to content

Commit 6e731c7

Browse files
types -> type
Co-authored-by: François Beaufort <beaufort.francois@gmail.com>
1 parent 5bbaad4 commit 6e731c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const session = await LanguageModel.create({
303303
exclusiveMaximum: videoEl.duration
304304
},
305305
expectedOutputs: {
306-
types: ["image"]
306+
type: ["image"]
307307
},
308308
async execute(timestamp) {
309309
if (mutex) {

0 commit comments

Comments
 (0)