Ensure you have the following installed:
- Python 3.x
- Flask
- OpenAI
- An OpenAI API key
Generate an OpenAI API Key on the official website and set the key as environment variable
for setting it as env variable
# Linux
$ export OPENAI_API_KEY='YOUR_API_KEY'
# Windows
$ set OPENAI_API_KEY='YOUR_API_KEY'
# Clone the repository
$ git clone https://github.com/askvyas/test_case_gen.git