opentiny / opentiny/tiny-engine

✨ [Feature]: Tiny Engine CLI形式支持配置AIModelOptions配置

Open
#1,520 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vue
Stars
2.8k
Forks
476
Avg merge
17h 35m
Merged PRs (30d)
1

Description

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' }
]

Image
What is your project name

TinyEngine2.5.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the registry and the existing AIModelOptions configuration in TinyEngine's CLI implementation. Compare how current model options are registered and identify the entry point that needs to accept user-provided options. Done means users can configure AIModelOptions through the CLI registry as shown in the issue and the configured choices are available.

Written by the indexing model from the issue text.

Assessment

Domain
cli, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.