You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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": ""}
The text was updated successfully, but these errors were encountered:
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": ""}
The text was updated successfully, but these errors were encountered: