speech to text using open AI #5407
Closed
kavyakalivarapu-lab
started this conversation in
General
Replies: 4 comments
-
|
we already support speech to text, and vice versa:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
can i use this in my agentflow that i created? if so, how? can you help me |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Its at the Agent configuration at the top right |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
ok |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions