davidmigloz / langchain_dart

Build LLM-powered Dart/Flutter applications.
https://langchaindart.dev
MIT License
355 stars 66 forks source link

Support for Audio Transcription in openai_dart Module #473

Open Stefano-Trinca opened 1 week ago

Stefano-Trinca commented 1 week ago

Feature request

Add functionality to the openai_dart module within the LangChain library to support audio transcription. This feature would allow users to transcribe audio files using OpenAI's transcription models directly through the openai_dart package.

Motivation

Currently, the openai_dart module does not provide support for audio transcription, which limits its usability for applications that require converting audio to text. Adding this feature would enhance the module's capabilities and make it more versatile, allowing developers to utilize OpenAI's powerful transcription models in their Dart applications. This would be particularly useful for creating applications that need to process spoken language, such as voice assistants, automated note-taking tools, and accessibility features for the hearing impaired.

Your contribution

I can help by testing the new feature once it is implemented and providing feedback.

davidmigloz commented 5 days ago

Hey @Stefano-Trinca,

Thanks for opening the issue. This is currently blocked by this: https://github.com/davidmigloz/langchain_dart/issues/403#issuecomment-2139146023