chore: update wording

This commit is contained in:
Wendong-Fan 2025-09-06 09:04:34 +08:00
parent 34aecd535e
commit a8486bb49e

View file

@ -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,