Skip to content

fix model name, format response, add new tools #9

fix model name, format response, add new tools

fix model name, format response, add new tools #9

Workflow file for this run

name: Update README
on:
push:
paths:
- "data/**"
- "scripts/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci || npm i
- run: node scripts/update-readme.js
- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "auto: update README from data"