1、对大模型测试输出的结果反馈到界面
增加一个钩子函数,const [responseContent, setResponseContent] = React.useState<string>(''); /能够捕捉反馈的值
2、增加界面的内容
界面中 ant design x都已经搞定了
3、
1、对大模型测试输出的结果反馈到界面
增加一个钩子函数,const [responseContent, setResponseContent] = React.useState<string>(''); /能够捕捉反馈的值
2、增加界面的内容
界面中 ant design x都已经搞定了
3、