diff --git a/llama_stack/templates/tgi/tgi.py b/llama_stack/templates/tgi/tgi.py index eb49871a0..584831746 100644 --- a/llama_stack/templates/tgi/tgi.py +++ b/llama_stack/templates/tgi/tgi.py @@ -137,7 +137,7 @@ def get_distribution_template() -> DistributionTemplate: "Inference model loaded into the TGI server", ), "TGI_URL": ( - "http://127.0.0.1:8080}/v1", + "http://127.0.0.1:8080/v1", "URL of the TGI server with the main inference model", ), "TGI_SAFETY_URL": (