fix custom guardrail test

This commit is contained in:
Ishaan Jaff 2024-08-23 11:58:20 -07:00
parent 1b1e0f2d77
commit 5895f0c615

View file

@ -328,7 +328,7 @@ jobs:
-e APORIA_API_KEY_1=$APORIA_API_KEY_1 \
--name my-app \
-v $(pwd)/litellm/proxy/example_config_yaml/otel_test_config.yaml:/app/config.yaml \
-v $(pwd)/litellm/proxy/example_config_yaml/custom_callbacks.py:/app/custom_callbacks.py \
-v $(pwd)/litellm/proxy/example_config_yaml/custom_guardrail.py:/app/custom_guardrail.py \
my-app:latest \
--config /app/config.yaml \
--port 4000 \