fix llm gateway int tests

This commit is contained in:
Adil Hafeez 2024-10-16 18:50:03 -07:00
parent 68c4778e85
commit a1e353935d
3 changed files with 66 additions and 473 deletions

View file

@ -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