Hey! Is there a way to do real time transcription with Whisper?
Hey! Is there a way to do real time transcription with Whisper?

f55b85c8a963663b11036975203c63c0. I am using the http api to run it so i dont have a script name for this@cf/mistral/mistral-7b-instruct-v0.1 model because i didnt know the v0.2 model existed on cloudflare until 2 minutes ago const answer = await ctx.env.AI.run('@cf/meta/llama-3-8b-instruct', {
prompt: "Write 2000 words article",
stream: true
});const answer = await ctx.env.AI.run('@cf/meta/llama-3.1-8b-instruct', {
messages,
stream: true,
max_tokens:10000
});{"errors":[{"message":"AiError: AiError: Unknown internal error","code":3028}],"success":false,"result":{},"messages":[]}