Checking this is an issue before putting PR out:
In the prompt prefix we have the following line:
"You should return just the summary and nothing else.\n",
|
"You should return just the summary and nothing else.\n", |
But I think this then causes confusion when prompt basic is used as it includes the whole prefix and then its own task
""You should return a summary that is concise and snappy.\n","
Should the top task be removed ? the prefix isnt used in the example code just used to include the boilerplate and grow the prompt as each is added to the next to increase its complexity?
Thanks
Checking this is an issue before putting PR out:
In the prompt prefix we have the following line:
"You should return just the summary and nothing else.\n",
openai-cookbook/examples/evaluation/use-cases/bulk-experimentation.ipynb
Line 326 in bceb117
But I think this then causes confusion when prompt basic is used as it includes the whole prefix and then its own task
""You should return a summary that is concise and snappy.\n","
Should the top task be removed ? the prefix isnt used in the example code just used to include the boilerplate and grow the prompt as each is added to the next to increase its complexity?
Thanks