tiny-engine
tiny-engine copied to clipboard
✨ [Feature]: Tiny Engine CLI形式支持配置AIModelOptions配置
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' } ]
What is your project name
TinyEngine2.5.1
Bot detected the issue body's language is not English, translate it automatically.
Title: ✨ [Feature]: Tiny Engine CLI supports configuration of AIModelOptions