Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- 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 |
|