Skip to content

feat: add MiniMax M2.7 and M2.7-highspeed as LLM providers #3

feat: add MiniMax M2.7 and M2.7-highspeed as LLM providers

feat: add MiniMax M2.7 and M2.7-highspeed as LLM providers #3

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [main]
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run lint
run: pnpm lint
- name: Run build
run: pnpm build