Skip to content

Update deployment names for o3-mini and o1 in self-hosted documentation #386

Update deployment names for o3-mini and o1 in self-hosted documentation

Update deployment names for o3-mini and o1 in self-hosted documentation #386

Workflow file for this run

name: Node.js CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- run: pnpm run build
- run: pnpm run lint