Skip to content

feat(ollama): one container, several models, each its own priced app #127

feat(ollama): one container, several models, each its own priced app

feat(ollama): one container, several models, each its own priced app #127

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
# Runs every hook in .pre-commit-config.yaml against all files.
- uses: pre-commit/action@v3.0.1