mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
fix(go): all_models.json (#16075)
### 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.
This commit is contained in:
6593
conf/all_models.json
6593
conf/all_models.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user