Skip to content

TED run

Actions
Run TED on a given repo
v0.41
Latest
Star (2)

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

TED run is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run TED on a given repo
v0.41
Latest

TED run is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.