mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-11 13:11:23 +00:00
chore: update wording (#315)
This commit is contained in:
commit
a61ce04501
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue