mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
fix: deprecate models add command (#71175)
This commit is contained in:
@@ -3138,8 +3138,8 @@ describe("createTelegramBot", () => {
|
||||
}
|
||||
)?.reply_markup?.inline_keyboard?.[0]?.[0],
|
||||
).toEqual({
|
||||
text: "Add model",
|
||||
callback_data: "/models add",
|
||||
text: "openai (1)",
|
||||
callback_data: "mdl_list_openai_1",
|
||||
});
|
||||
});
|
||||
|
||||
@@ -3527,8 +3527,8 @@ describe("createTelegramBot", () => {
|
||||
}
|
||||
)?.reply_markup?.inline_keyboard?.[0]?.[0],
|
||||
).toEqual({
|
||||
text: "Add model",
|
||||
callback_data: "/models add",
|
||||
text: "openai (1)",
|
||||
callback_data: "mdl_list_openai_1",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user