custom_callbacks

This commit is contained in:
Ishaan Jaff 2024-08-23 09:52:52 -07:00
parent d40695b979
commit 7d30188f84
3 changed files with 119 additions and 1 deletions

View file

@ -328,6 +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 \
my-app:latest \
--config /app/config.yaml \
--port 4000 \