You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if you can give deepgramClient.transcription.preRecorded function some extra context like the text in shows/853 - The State of Frontend.md, so it can intelligently correct the transcription. But the easiest fix would probably to correct the year in the transcription manually and run the generate_ai_notes once again, or simply correct it manually for the show.aiShowNote?.description as well.
Have fun! and thanks for making this podcast <3
The text was updated successfully, but these errors were encountered:
timo-peakfijn
changed the title
853 - The State of Frontend has incorrect year (2023) in the intro description
853 - The State of Frontend has incorrect year (2023) in the aiShowNote.description
Dec 19, 2024
Episode 853 has the incorrect year in the description
show.aiShowNote?.description
on the websiteshould be
This
description
copy is not set in shows/853 - The State of Frontend.md, but instead ai generated using thegenerate_ai_notes
function here, it uses the transcript which has the incorrect year in it.I'm not sure if you can give
deepgramClient.transcription.preRecorded
function some extra context like the text in shows/853 - The State of Frontend.md, so it can intelligently correct the transcription. But the easiest fix would probably to correct the year in the transcription manually and run thegenerate_ai_notes
once again, or simply correct it manually for theshow.aiShowNote?.description
as well.Have fun! and thanks for making this podcast <3
The text was updated successfully, but these errors were encountered: