### What problem does this feature solve 1、Tiny Engine CLI形式支持修改AIModelOptions配置,方便用户自定义模型配置 ### What does the proposed API look like 希望在注册表中直接支持用户配置AIModelOptions Robot.options.AIModelOptions = [ { label: '文心一言:ERNIE-4.0-8K', value: 'ERNIE-4.0-8K', manufacturer: 'baiduai' }, { label: 'DIY, value: 'DIY-chat', manufacturer: 'DIY' } ] <img width="1440" height="900" alt="Image" src="https://github.com/user-attachments/assets/fa80040d-d925-49ab-8726-bc17d36ca1aa" /> ### What is your project name TinyEngine2.5.1