Skip to content

fix(docs): update mock LLM model name to include provider prefix (#114) #316

fix(docs): update mock LLM model name to include provider prefix (#114)

fix(docs): update mock LLM model name to include provider prefix (#114) #316

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: pre-commit
on:
pull_request:
push:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.1