Skip to content

Commit f0ab2ba

Browse files
author
Himanshi Agrawal
committed
adding line
1 parent efc9965 commit f0ab2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ClientAdvisor/AzureFunction/function_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def get_answers_from_calltranscripts(
221221

222222
answer = completion.choices[0].message.content
223223
return answer
224+
224225
# Get data from Azure Open AI
225226
async def stream_processor(response):
226227
async for message in response:

0 commit comments

Comments
 (0)