fix: chat stream data too long

This commit is contained in:
jialin
2025-11-06 15:37:42 +08:00
parent 38cc179068
commit e1e38f0404
7 changed files with 68 additions and 39 deletions
@@ -366,8 +366,6 @@ const AddModal: FC<AddModalProps> = (props) => {
evaluateStateRef.current.state === EvaluateProccess.model &&
item.evaluated
) {
handleShowCompatibleAlert(item.evaluateResult);
const newFormValues = {
...(manual
? { ...defaultFormValues }