feat: Added Podcast Feature and its actually fast.

- Fully Async
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-05-05 23:18:12 -07:00
parent 10d56acaa8
commit b4bee887bd
19 changed files with 1676 additions and 75 deletions

View file

@ -28,7 +28,7 @@ async def create_podcast_transcript(state: State, config: RunnableConfig) -> Dic
# Create the messages
messages = [
SystemMessage(content=prompt),
HumanMessage(content=state.source_content)
HumanMessage(content=f"<source_content>{state.source_content}</source_content>")
]
# Generate the podcast transcript