diff --git a/src/pages/Setting/Models.tsx b/src/pages/Setting/Models.tsx index 5bb082586..5e1a3d23b 100644 --- a/src/pages/Setting/Models.tsx +++ b/src/pages/Setting/Models.tsx @@ -219,7 +219,7 @@ export default function SettingModels() { }); if (res.is_tool_calls && res.is_valid) { console.log("success"); - toast("validate success", { + toast("Validation succeeded", { description: "The model has been verified to support function calling, which is required to use Eigent.", closeButton: true, @@ -376,7 +376,7 @@ export default function SettingModels() { }); if (res.is_tool_calls && res.is_valid) { console.log("success"); - toast("validate success", { + toast("Validation succeeded", { description: "The model has been verified to support function calling, which is required to use Eigent.", closeButton: true,