Skip to content

fix(models): gpt-5.6 cache write + long-context pricing #6857

fix(models): gpt-5.6 cache write + long-context pricing

fix(models): gpt-5.6 cache write + long-context pricing #6857

Workflow file for this run

name: ci
on: pull_request
jobs:
autofix:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Autofix
uses: steebchen/actions/autofix@v0.17.0
with:
token: ${{ secrets.GH_TOKEN }}
format-command: pnpm migrations && pnpm build && pnpm format