From 748487c1f2eec72742cfbe309d644849a92c5380 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 9 Nov 2023 14:13:27 +0100 Subject: [PATCH] badges --- .github/workflows/ci.yml | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99d50bc..297c703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: - name: Unit Testing id: tox run: tox + env: + OPENAI_API_TOKEN: ${{ secrets.OPENAI_API_TOKEN }} - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: diff --git a/README.md b/README.md index a22fb62..5b4d169 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bullet -## A Few-Shot Learning, LLM Based, text classification framework +![black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge) ![ruff](https://img.shields.io/badge/lint-ruff-gold?style=for-the-badge) + +## A Zero-Shot / Few-Shot Learning, LLM Based, text classification framework ### Development