refactor: playground params form

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 9447088f89
commit d389b035b7
30 changed files with 1299 additions and 951 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ import { queryModelsList } from '../apis';
import MultipleChat from '../components/multiple-chat';
import ViewCodeButtons from '../components/view-code-buttons';
import '../style/play-ground.less';
import GroundChat from './page';
import SingleChat from './single-chat';
const Playground: React.FC = () => {
const intl = useIntl();
@@ -65,7 +65,7 @@ const Playground: React.FC = () => {
label: 'Chat',
icon: <MessageOutlined />,
children: (
<GroundChat ref={groundLeftRef} modelList={modelList}></GroundChat>
<SingleChat ref={groundLeftRef} modelList={modelList}></SingleChat>
)
},
{