multi llm support

This commit is contained in:
Adil Hafeez 2025-05-16 13:05:50 -07:00
parent 1f95fac4af
commit 5fcdaa640e
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 85 additions and 4 deletions

View file

@ -4,8 +4,8 @@ RUN rustup -v target add wasm32-wasip1
WORKDIR /arch
COPY crates .
RUN cd prompt_gateway && cargo build --release --target wasm32-wasip1
RUN cd llm_gateway && cargo build --release --target wasm32-wasip1
RUN cargo build --release --target wasm32-wasip1 -p prompt_gateway -p llm_gateway
RUN cargo build --release --target wasm32-wasip1 -p brightstaff
# copy built filter into envoy image
FROM docker.io/envoyproxy/envoy:v1.32-latest as envoy