fix otel_test_config

This commit is contained in:
Ishaan Jaff 2024-07-11 08:59:33 -07:00
parent 5cc725078d
commit 42ae3d494d

View file

@ -316,7 +316,7 @@ jobs:
-e LITELLM_LICENSE=$LITELLM_LICENSE \
-e OTEL_EXPORTER="in_memory" \
--name my-app \
-v $(pwd)/litellm/proxy/example_config_yaml/otel_test_config.yaml.yaml:/app/config.yaml \
-v $(pwd)/litellm/proxy/example_config_yaml/otel_test_config.yaml:/app/config.yaml \
my-app:latest \
--config /app/config.yaml \
--port 4000 \