Skip to content

feat(settings): 选择模型后,只显示对模型的参数列表 #32

New issue

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

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

hotip
Copy link
Contributor

@hotip hotip commented Aug 22, 2023

feat: 选择模型后,只显示对模型的参数列表
refactor: Engine 使用 enum
refactor: 用一个简单的 reactive 操作简化 Setting 的写法(实际上不如直接用 compose....),见 LLMParamComponent.kt

The components are created using the Reactive delegate, which allows for easy updating of the component values.

iptton added 2 commits August 22, 2023 20:00
This commit adds new LLMParam components to the LLMSettingsComponent. The new components include a text field, a password field, and a combo box. These components allow users to input and select different settings for the LLM feature. The components are created using the Reactive delegate, which allows for easy updating of the component values.
This commit adds new LLMParam components to the LLMSettingsComponent. The new components include a text field, a password field, and a combo box. These components allow users to input and select different settings for the LLM feature. The components are created using the Reactive delegate, which allows for easy updating of the component values.
@hotip
Copy link
Contributor Author

hotip commented Aug 22, 2023

settings

@hotip
Copy link
Contributor Author

hotip commented Aug 22, 2023

只对响应式的组件做了单测。
功能测试只验证了星火模型

@phodal
Copy link
Member

phodal commented Aug 22, 2023

优秀

@phodal phodal merged commit 486d60c into unit-mesh:master Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants