nickmuchi commited on
Commit
dbf6a8c
·
verified ·
1 Parent(s): 561f7e1

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -119,7 +119,7 @@ def get_podcast_summary(podcast_transcript):
119
  ]
120
  )
121
 
122
- podcastSummary = chatOutput['choices'][0]['message']['content']
123
 
124
  return podcastSummary
125
 
 
119
  ]
120
  )
121
 
122
+ podcastSummary = chatOutput.choices[0].message.content
123
 
124
  return podcastSummary
125