appsettings.json:1{
2 "Models": {
3 "glotlid": {
4 "Type": "FastText",
5 "LabelFormat": "iso639-3", // GlotLID outputs ISO 639-3 codes
6 "LabelPrefix": "__label__",
7 "Path": "../../models/detect-lang/glotlid/model_v3.bin"
8 }
9 },
10 "Translation": {
11 "AutoDetect": "glotlid"
12 }
13}Path correctly points to the location of your downloaded .bin files relative to application.