nickmuchi commited on
Commit
22d605f
·
verified ·
1 Parent(s): b21fe20

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +2 -0
functions.py CHANGED
@@ -162,6 +162,8 @@ def get_podcast_guest(podcast_transcript):
162
  podcast_guest_org = ""
163
  podcast_guest_title = ""
164
  response_message = completion.choices[0].message
 
 
165
 
166
  if response_message.get("function_call"):
167
 
 
162
  podcast_guest_org = ""
163
  podcast_guest_title = ""
164
  response_message = completion.choices[0].message
165
+
166
+ print(f'func res: {response_message}')
167
 
168
  if response_message.get("function_call"):
169