mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Split arch wasm filter code into prompt and llm gateway filters (#190)
This commit is contained in:
parent
8e54ac20d8
commit
21e7fe2cef
13 changed files with 696 additions and 2801 deletions
|
|
@ -13,7 +13,7 @@ repos:
|
|||
name: cargo-fmt
|
||||
language: system
|
||||
types: [file, rust]
|
||||
entry: bash -c "cd crates/llm_gateway && cargo fmt -- --check"
|
||||
entry: bash -c "cd crates/llm_gateway && cargo fmt"
|
||||
|
||||
- id: cargo-clippy
|
||||
name: cargo-clippy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue