Skip to content

Commit 061b082

Browse files
committed
Push to prod
1 parent b67506f commit 061b082

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 {'The response' : chat_bot_response}
62+
return {'GPT response' : chat_bot_response}
6363

0 commit comments

Comments
 (0)