Skip to content

Pre commit hook leveraging local LLMs for software quality assurance

License

Notifications You must be signed in to change notification settings

anwielts/local-sqa-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-sqa-llm

Pre commit hook leveraging local LLMs for software quality assurance.

Requirements

Getting started

Add this to your .pre-commit-config.yaml file

repos:
  - repo: https://github.com/anwielts/local-sqa-llm
    rev: v0.0.1-alpha
    hooks:
      - id: local-sqa-llm
        args: [TBD]

Per default the LLM output will be printed to the console.

Possible arguments

TBD

Credits

Structure heavily inspired by version-checker and his post about creating one's own pre-commit hook

About

Pre commit hook leveraging local LLMs for software quality assurance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages