docs: fix typo

Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
reidliu 2025-03-05 00:10:04 +08:00
parent 5421ce5ea8
commit 30a5dd919b

View file

@ -137,7 +137,7 @@ def get_distribution_template() -> DistributionTemplate:
"Inference model loaded into the TGI server", "Inference model loaded into the TGI server",
), ),
"TGI_URL": ( "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", "URL of the TGI server with the main inference model",
), ),
"TGI_SAFETY_URL": ( "TGI_SAFETY_URL": (