From 1e5302aa615dc81e7e6a7ab822c453301d5b4212 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 21 Jun 2023 00:15:37 +0900 Subject: [PATCH] improve prompt --- query_planner_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query_planner_execution.py b/query_planner_execution.py index 76c0dbc..3409ba6 100644 --- a/query_planner_execution.py +++ b/query_planner_execution.py @@ -131,7 +131,7 @@ def query_planner(question: str, plan=False) -> QueryPlan: messages.append( { "role": "assistant", - "content": "Lets think step by step to find the correct query plan that does not make any assuptions of what is known.", + "content": "Lets think step by step to find correct set of queries and its dependencies and not make any assuptions on what is known.", }, ) completion = openai.ChatCompletion.create(