Skip to content

fix: The model parameter setting is, open the model parameters. If there are multiple parameters, open the parameter editing and the content inside will become the first parameter. #3671 #5431

fix: The model parameter setting is, open the model parameters. If there are multiple parameters, open the parameter editing and the content inside will become the first parameter. #3671

fix: The model parameter setting is, open the model parameters. If there are multiple parameters, open the parameter editing and the content inside will become the first parameter. #3671 #5431

Workflow file for this run

name: Typos Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Check spelling
uses: crate-ci/typos@master