nickmuchi commited on
Commit
62dd9f0
·
verified ·
1 Parent(s): ab4e62c

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