improve prompt

This commit is contained in:
Jason
2023-06-21 00:15:37 +09:00
parent 7064139ede
commit 1e5302aa61
+1 -1
View File
@@ -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(