mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Introduce brightstaff a new terminal service for llm routing (#477)
This commit is contained in:
parent
1f95fac4af
commit
27c0f2fdce
36 changed files with 2817 additions and 150 deletions
2
.github/workflows/e2e_archgw.yml
vendored
2
.github/workflows/e2e_archgw.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: build arch docker image
|
||||
run: |
|
||||
cd ../../ && docker build -f arch/Dockerfile . -t katanemo/archgw -t katanemo/archgw:0.2.8
|
||||
cd ../../ && docker build -f arch/Dockerfile . -t katanemo/archgw -t katanemo/archgw:0.2.8 -t katanemo/archgw:latest
|
||||
|
||||
- name: start archgw
|
||||
env:
|
||||
|
|
|
|||
3
.github/workflows/rust_tests.yml
vendored
3
.github/workflows/rust_tests.yml
vendored
|
|
@ -24,7 +24,8 @@ jobs:
|
|||
run: rustup target add wasm32-wasip1
|
||||
|
||||
- name: Build wasm module
|
||||
run: cargo build --release --target=wasm32-wasip1
|
||||
run: |
|
||||
cargo build --release --target=wasm32-wasip1 -p llm_gateway -p prompt_gateway
|
||||
|
||||
- name: Run unit tests
|
||||
run: cargo test --lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue