mirror of
https://github.com/alibaba/higress.git
synced 2026-05-30 23:57:28 +08:00
Feat: Ai data masking msg window support reasoning_content in response and n in request (#2404)
This commit is contained in:
@@ -8,7 +8,8 @@ COPY . .
|
||||
WORKDIR /workspace/extensions/$PLUGIN_NAME
|
||||
RUN if [ -f $PREBUILD ]; then sh $PREBUILD; fi
|
||||
RUN cargo build --target wasm32-wasip1 $BUILD_OPTS \
|
||||
&& cp target/wasm32-wasip1/release/*.wasm /main.wasm
|
||||
&& cp target/wasm32-wasip1/release/*.wasm /main.wasm \
|
||||
&& cargo clean
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /main.wasm plugin.wasm
|
||||
|
||||
Reference in New Issue
Block a user