Skip to content

chore: update openai dep and tune the model a bit #44

chore: update openai dep and tune the model a bit

chore: update openai dep and tune the model a bit #44

Workflow file for this run

name: test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.11
cache: poetry
- name: Install Dependencies
run: poetry install
- name: Run Tests
run: make test