Skip to content

Commit

Permalink
feat: add autotag command for automatic artwork tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Jan 26, 2025
1 parent 25cb57e commit 62e2024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions telegram/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ var (
Command: "tags",
Description: "设置作品标签(覆盖)",
},
{
Command: "autotag",
Description: "自动添加作品标签(AI)",
},
{
Command: "addtags",
Description: "添加作品标签",
Expand Down

0 comments on commit 62e2024

Please sign in to comment.