This commit is contained in:
thierryverse 2025-11-11 19:15:45 +02:00
parent ed4ec5ce67
commit cfb62ff73b
4 changed files with 6 additions and 15 deletions

View file

@ -46,7 +46,7 @@ def generate_chat_podcast_task(
Args:
chat_id: ID of the chat to generate podcast from
search_space_id: ID of the search space
podcast_title: Title for the podcast (used as user prompt for generation)
podcast_title: Title for the podcast
user_id: ID of the user
"""
loop = asyncio.new_event_loop()

View file

@ -96,7 +96,7 @@ async def generate_chat_podcast(
config = {
"configurable": {
"podcast_title": podcast_title,
"podcast_title": "SurfSense",
"user_id": str(user_id),
"search_space_id": search_space_id,
}