Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpierre committed Nov 9, 2023
1 parent 177599e commit 748487c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 748487c

Please sign in to comment.