Hi again,
I appreciate all of your help. Just wondering why you only send the prompt to the query turbo mode if the first demonstration has a rule transform?
if str(rules_list_0) != "['Empty List']":
trys = 0
gpt_output_s = query_gpt_attempts(sim_prompt, trys)
gpt_rules_s = filter_gpt_output(gpt_output_s)
else:
gpt_rules_s = []
Thanks again,
Matt
Hi again,
I appreciate all of your help. Just wondering why you only send the prompt to the query turbo mode if the first demonstration has a rule transform?
Thanks again,
Matt