chore(server): duplication default settings (#9781)

This commit is contained in:
Alex 2024-05-27 07:51:41 +07:00 committed by GitHub
parent 11152f9b3d
commit 6879bcb7a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -81,8 +81,8 @@ const updatedConfig = Object.freeze<SystemConfig>({
modelName: 'ViT-B-32__openai',
},
duplicateDetection: {
enabled: false,
maxDistance: 0.03,
enabled: true,
maxDistance: 0.0155,
},
facialRecognition: {
enabled: true,