Skip to content

Support vision models and function calling #7

Support vision models and function calling

Support vision models and function calling #7

Workflow file for this run

name: Jupyter Notebooks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check-notebooks:
name: Check Jupyter notebooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run nbstripout --all-files