Hello,
when trying to set the expected input to allow audio. I receive an error.
const session = await LanguageModel.create({
expectedInputs: [
{ type: "audio" },
{ type: "image" }
]
});
prompt-api:1 No output language was specified in a LanguageModel API request. An output language should be specified to ensure optimal output quality and properly attest to output safety. Please specify a supported output language code: [en, es, ja]Understand this warning
Uncaught NotAllowedError: Model capability is not available.