diff --git a/templates/types/streaming/fastapi/app/observability.py b/templates/types/streaming/fastapi/app/observability.py index 28019c37e..19a4ccae3 100644 --- a/templates/types/streaming/fastapi/app/observability.py +++ b/templates/types/streaming/fastapi/app/observability.py @@ -1,2 +1,3 @@ +# TODO: You can add observability here. For templates re-start `create-llama` with `--pro` flag to generate a new project with observability. def init_observability(): pass