mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
docs: misspelled var "urls" in the "machineLearning" (#14786)
[docs] misspelled var "urls" in the "machineLearning" Co-authored-by: slavik.fursov <slavik.fursov@oracle.com>
This commit is contained in:
parent
8e724c3c27
commit
556c59f12f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ The default configuration looks like this:
|
||||||
},
|
},
|
||||||
"machineLearning": {
|
"machineLearning": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"url": ["http://immich-machine-learning:3003"],
|
"urls": ["http://immich-machine-learning:3003"],
|
||||||
"clip": {
|
"clip": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"modelName": "ViT-B-32__openai"
|
"modelName": "ViT-B-32__openai"
|
||||||
|
|
Loading…
Reference in a new issue