From 556c59f12f43ffbc49e0f6314620fc4f9e482636 Mon Sep 17 00:00:00 2001 From: Slavik Date: Wed, 18 Dec 2024 16:57:25 -0800 Subject: [PATCH] docs: misspelled var "urls" in the "machineLearning" (#14786) [docs] misspelled var "urls" in the "machineLearning" Co-authored-by: slavik.fursov --- docs/docs/install/config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/config-file.md b/docs/docs/install/config-file.md index d3d7133254..f5d2680658 100644 --- a/docs/docs/install/config-file.md +++ b/docs/docs/install/config-file.md @@ -83,7 +83,7 @@ The default configuration looks like this: }, "machineLearning": { "enabled": true, - "url": ["http://immich-machine-learning:3003"], + "urls": ["http://immich-machine-learning:3003"], "clip": { "enabled": true, "modelName": "ViT-B-32__openai"