Skip to content

OpenGuidou/ted

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Installation

pip install -r requirements.txt --user

Setup

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"

Run

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