A simple, powerful, minimal codebase to generate synthetic data using OpenAI
pip install openai numpy
- Change
GPT_MODEL
,OPENAI_API_KEY
andOUTPUT_FILE_PATH
underparams.py
- Run with
python main.py
- Change the topics in
topics.py
- Change the system contexts in
system_messages.py
- Change the number of workers in
params.py