Skip to content

Pass more config options through to LLM providers #24

Pass more config options through to LLM providers

Pass more config options through to LLM providers #24

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: "pnpm"
- name: Install deps
run: |
pnpm install
- name: Build
run: |
pnpm build