Skip to content

multimodal audio in vs. transcribing an audio attachment? #43

@ghchinoy

Description

@ghchinoy

Currently, it appears that audio is handled as a binary attachment, and is then transcribed. ref

Future<void> _onTranslateStt(XFile file) async {

For multimodal models such as Gemini, audio as an input is natively supported.

The expectation is that instead of an audio attachment that is transcribed, the audio should be used as the input to the model directly rather than the transcription.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions