It is currently possible to allow the AI Helper in the Composer and disallow it while reading posts, but the opposite is not possible. Is there anything in the works to allow admins to let users have the AI Helper when reading posts but not necessarily when writing in the Composer? This is quite useful for a community who may want to sell writing with the AI Helper in the Composer as a subscription perk.
Thanks for any feedback!
1 „Gefällt mir“
Don
9. August 2024 um 12:15
2
Hello
It’s possible to disable it in composer with changing the AI helper features with a site setting.
ai helper enabled features
By default it contains: suggestions, context menu
Suggestions is what makes possible to generates title, category, tag etc… to the topic.
Context menu is I guess what you want to disable in composer.
So if you remove context menu from the selected then it won’t available in composer but the [Ask AI] will still visible on posts.
Sorry if I misunderstood your request…
Hey thanks for the reply! While that’s true and I’m aware of that setting, it would disable it completely (including for subscribers). Here’s what I’m looking for:
Option to enable and disable AI Helper while reading for specific groups
Option to enable and disable AI Helper while writing for specific groups
2 „Gefällt mir“
keegan
(Keegan George)
12. August 2024 um 23:20
4
This makes sense. I’ve renamed and updated a few of the settings and pushed those changes:
discourse:main
← discourse:dev-separate-helper-settings
opened 04:45PM - 09 Aug 24 UTC
**This PR makes a clearer distinction for site settings related to the AI helper… :**
- It renames the setting `composer_ai_helper_enabled` → `ai_helper_enabled`. This is more fitting as it is an overarching setting for enabling AI helper features
- It renames `ai_helper_allowed_groups` to `composer_ai_helper_allowed_groups` to make the setting unique for only composer AI helper features. Since we already have the separate `post_ai_helper_allowed_groups` this makes sense and allows for a better distinction.
This PR also helps satisfy the use-case mentioned [here](https://meta.discourse.org/t/allow-ai-helper-for-reading-only/320871/2), where we can have separate control of the post AI helper and composer AI helper.
ai_helper_enabled
will enable the entire AI helper feature.
There are also now two group related settings:
composer_ai_helper_allowed_groups
and post_ai_helper_allowed_groups
MachineScholar:
Option to enable and disable AI Helper while reading for specific groups
This would now be post_ai_helper_allowed_groups
MachineScholar:
Option to enable and disable AI Helper while writing for specific groups
This would now be composer_ai_helper_allowed_groups
6 „Gefällt mir“
keegan
(Keegan George)
Geschlossen,
14. August 2024 um 17:00
5
This topic was automatically closed after 41 hours. New replies are no longer allowed.