Skip to content

Commit a0fd3d4

Browse files
committed
Production
1 parent 139d5f1 commit a0fd3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ def ask(body : Body) :
5959
search_result = search(body.query)
6060
chat_bot_response = assistant(body.query , search_result)
6161

62-
return {'res' : chat_bot_response}
62+
return {'The response' : chat_bot_response}
6363

0 commit comments

Comments
 (0)