-
-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
can i give audio file as input in flowsie? if instead of auido file directly, if we give base64 string as input and using http node, can i pass base64 to open ai and convert it to text?
as per my research ,open ai doesnt accept base64 string. inorder to give input for open ai to convert speech to text, i should convert base 64 to buffer in flowise. for that purpose, i need to Convert Base64 → Buffer.
but in flowise custom function node, it is not allowing Buffer and fetch. how can i achieve this in flowise?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested