-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Transcription of conversation #7
Comments
It's not currently displayed in the app, but you have the hooks ready to plug it in. If you want a transcript of the user input audio:
If you want a transcript of the responses:
I recommend you hack these together in App.tsx with simple console.log to start, then go from there. We have plans to surface these plus the grounding data in a 'transcript' view, but no ETA. |
This code has been implemented in my fork: https://github.com/jakeatmsft/promptflow_patterns/blob/main/voice_app/app/frontend/src/App.tsx |
Thanks @jakeatmsft for sharing! I'm re-opening this issue as it's a common request. @chuwik says that we also want a way to link the transcript to the grounding files ideally, for a full solution. |
#44 PR in review adding this functionality |
Is there anyway to add transcript to the demo?
The text was updated successfully, but these errors were encountered: