We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在新增服务商界面添加自定义字段功能,可以自行添加参数变量,例如模型的温度设定。 可以设计一个按钮,点击后新增一个自定义字段,左边填字段名,比如 temperature 。右边填参数,比如 0.6 。 反映到配置文件里,就可以加一段 temperature=0.6 进去。
可以直接在界面上添加参数,不必到配置文件选项卡手动更改配置文件。不仅方便,而且还不会因为在管理界面修改了配置,导致手动更改的配置文件被刷新掉。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述
在新增服务商界面添加自定义字段功能,可以自行添加参数变量,例如模型的温度设定。
可以设计一个按钮,点击后新增一个自定义字段,左边填字段名,比如 temperature 。右边填参数,比如 0.6 。
反映到配置文件里,就可以加一段 temperature=0.6 进去。
使用场景
可以直接在界面上添加参数,不必到配置文件选项卡手动更改配置文件。不仅方便,而且还不会因为在管理界面修改了配置,导致手动更改的配置文件被刷新掉。
你愿意提交PR吗?
Code of Conduct
The text was updated successfully, but these errors were encountered: