Feat: Add ChatBasicSetting component #3221 (#4876)

### What problem does this PR solve?

Feat: Add ChatBasicSetting component #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-11 15:45:24 +08:00
committed by GitHub
parent ca1648052a
commit 521d25d4e6
8 changed files with 297 additions and 5 deletions

View File

@ -0,0 +1,9 @@
import { Subhead } from './subhead';
export function ChatModelSettings() {
return (
<section>
<Subhead>Model Setting</Subhead>
</section>
);
}