Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

TED run

v0.37

TED run

play

TED run

Run TED on a given repo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: TED run

uses: OpenGuidou/ted@v0.37

Learn more about this action in OpenGuidou/ted

Choose a version

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