chore: update wording (#315)

This commit is contained in:
Wendong-Fan 2025-09-06 09:04:51 +08:00 committed by GitHub
commit a61ce04501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,