A setting for AI-enabled image title default value

for AI-enabled image title, user could turn it off. while seems most just leave it on …
from AI usage, this consumes a lot of AI tokens… even more than the usage for the text…

  • possible to have a setting to set it off by default ? if someone need, could turn it on.
  • or a way to decide on generating title or not when post/paste images…
    thanks…

There are a few configuration options already in place for AI image captioning:

Forum admins can turn on AI image caption features through the setting:
ai_helper_enabled_features:

This allows for the :sparkles: Caption with AI button to appear over images.

You can restrict the “automatic” image captioning feature to specific groups with ai_auto_image_caption_allowed_groups setting:

Users in this group can optionally turn it on/off in their user preferences.

To save on tokens you could perhaps only allow a specific group of users to auto caption images (i.e. admins).

Still, not all images will be automatically captioned. There is a criteria for deciding whether an image will be captioned:

  • image cannot be small (≤ 0.1 MP)
  • image filename is less than 20 chars
  • image filename is a single word

We don’t have the ability to customize that criteria at this time.

thanks Keegan for the reply…
while, seems I am looking for a different setting…