Skip to content

feat: add more llm models (#62) #10

feat: add more llm models (#62)

feat: add more llm models (#62) #10

Workflow file for this run

name: Build the container image
on:
push:
branches:
- main
paths:
- Dockerfile
- src/**
- bin/**
- pnpm-lock.yaml
- package.json
- .github/workflows/build.yml
jobs:
test-and-lint:
uses: ./.github/workflows/workflow-test-and-lint.yml
deploy:
needs: test-and-lint
uses: ./.github/workflows/workflow-build.yml