mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:20:43 +00:00
fix: deprecate models add command (#71175)
This commit is contained in:
@@ -10,10 +10,7 @@ import {
|
||||
export { buildCommandsPaginationKeyboard };
|
||||
|
||||
export function buildTelegramModelsMenuButtons(params: { providers: ProviderInfo[] }) {
|
||||
return [
|
||||
[{ text: "Add model", callback_data: "/models add" }],
|
||||
...buildProviderKeyboard(params.providers),
|
||||
];
|
||||
return buildProviderKeyboard(params.providers);
|
||||
}
|
||||
|
||||
export function buildTelegramModelsMenuChannelData(params: {
|
||||
|
||||
Reference in New Issue
Block a user