Open
Description
My approach would be
-
Guess the 10-20 most common base operations (like "filtering the db by spam", "writing a list to a csv"), work with gpt4 to write one really solid example of each operation
-
Setup a loop where gpt4 generates a new question, then answers it following the procedures in your examples as much as possible
-
Produce a .jsonl file with 100 lines like
{"prompt": "", "response": ""}
Metadata
Metadata
Assignees
Labels
No labels