mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
### What problem does this PR solve? This PR fixes Go admin server startup failure caused by duplicate model aliases in conf/all_models.json. The model provider loader builds a global lookup table from both model name and alias values. Some aliases duplicated another model's name or another alias, for example amazon.titan-embed-text-v1, which caused startup to fail with a duplicate alias error. This PR removes conflicting duplicate aliases while keeping all model definitions intact.