feat: support ai model with no batch

This commit is contained in:
Gabe
2025-10-31 14:36:33 +08:00
parent 53d441b3f5
commit 0a4a2b46c1
4 changed files with 94 additions and 40 deletions

View File

@@ -62,7 +62,7 @@ export function AlertProvider({ children }) {
<Alert
onClose={handleClose}
severity={severity}
sx={{ maxWidth: "80%" }}
sx={{ minWidth: "300px", maxWidth: "80%" }}
>
{message}
</Alert>