mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update package
This commit is contained in:
parent
cd3bf3a1e1
commit
571b35e060
2 changed files with 3 additions and 2 deletions
3
.github/workflows/rust_tests.yml
vendored
3
.github/workflows/rust_tests.yml
vendored
|
|
@ -25,8 +25,7 @@ jobs:
|
|||
|
||||
- name: Build wasm module
|
||||
run: |
|
||||
cd prompt_gateway && cargo build --release --target=wasm32-wasip1
|
||||
cd llm_gateway && cargo build --release --target=wasm32-wasip1
|
||||
cargo build --release --target=wasm32-wasip1 -p llm_gateway -p prompt_gateway
|
||||
|
||||
- name: Run unit tests
|
||||
run: cargo test --lib
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ version: "0.1-beta"
|
|||
|
||||
routing:
|
||||
model: gpt-4o
|
||||
# model: archgw-router
|
||||
# model: claude-3.7
|
||||
|
||||
listeners:
|
||||
egress_traffic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue