Skip to content

Don't compute confidence if the LLM does not return logprobs in the r… #23

Don't compute confidence if the LLM does not return logprobs in the r…

Don't compute confidence if the LLM does not return logprobs in the r… #23

Workflow file for this run

name: Ruff Format
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github"
changed-files: "true"