Skip to content

gpt-4 to gpt-4o in metrics-task-completion.mdx #2134

gpt-4 to gpt-4o in metrics-task-completion.mdx

gpt-4 to gpt-4o in metrics-task-completion.mdx #2134

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
jupyter: true