The community member is looking for a way to use GROQ to transcribe audio directly through Typebot, as they can do it through n8n. Typebot generates an audio file in a .webm URL that OpenAI can transcribe without any issues, but the community member is unable to do this through GROQ. Currently, they use a flow in Typebot, convert it in n8n, and return it to Typebot, but they believe there must be a way to convert it directly through Typebot.
The comments indicate that there is no direct way to do this through GROQ, and that it is only possible with OpenAI. However, one community member mentions that they have a flow in n8n that converts the audio through GROQ and returns it to Typebot, and that it works well.
Does anyone here have a model of how to use groq to transcribe audio. I've tried everything, I can do it through n8n, but I can't do it directly through typebot. Typebot generates an audio file in a .webm url that openai can transcribe without any problems. However, I can't do this through groq. Currently I use a flow in typebot, convert it in n8n and return it to typebot, but I know there must be a way to convert it directly through typebot.