pip install -r requirements.txt --user
setup .env file in the root directory with the following content
OPENAI_API_VERSION="2024-02-01"
AZURE_OPENAI_ENDPOINT="XXXX"
AZURE_OPENAI_API_KEY="XXXX"
GPT_DEPLOYMENT_NAME="XXXX"
EMBEDDING_DEPLOYMENT_NAME="XXXX"
py ted.py -r https://github.com/AmadeusITGroup/jetstream-mini-controller.git -f unit-tests
py ted.py -r https://github.com/OpenGuidou/sample-python2-flask.git -f python2-3