Skip to content

feat: 添加独立视觉模型配置,支持fallback到主LLM #13

feat: 添加独立视觉模型配置,支持fallback到主LLM

feat: 添加独立视觉模型配置,支持fallback到主LLM #13

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: checkpatch
# Controls when the workflow will run
on:
pull_request:
types: [opened, reopened, synchronize]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
checkpatch:
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@dev
secrets: inherit