mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
docs: fix typo
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
5421ce5ea8
commit
30a5dd919b
1 changed files with 1 additions and 1 deletions
|
@ -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": (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue