mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
* Setup pre-commit so it runs locally before every git push * Update .pre-commit-config.yaml * added more checks * update readme * Apply suggestions from code review Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com> * remove cargo-check --------- Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
11 lines
664 B
Markdown
11 lines
664 B
Markdown
A open source project for developers to build and secure faster, more personalized generative AI apps. Katanemo is a high performance gateway designed with state of the art (SOTA) fast LLMs to process, route and evaluate prompts.
|
|
|
|
# Dev setup
|
|
|
|
## Pre-commit
|
|
Use instructions at [pre-commit.com](https://pre-commit.com/#install) to set it up for your machine. Once installed make sure github hooks are setup, so that when you upstream your change pre-commit hooks can run and validate your change. Follow command below to setup github hooks,
|
|
|
|
```sh
|
|
➜ intelligent-prompt-gateway git:(main) ✗ pre-commit install
|
|
pre-commit installed at .git/hooks/pre-commit
|
|
```
|