Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add a new setting to disable the automatic topic title feature of the AI bot #834

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nvh0412
Copy link
Contributor

@nvh0412 nvh0412 commented Oct 14, 2024

I’m on the fence about this implementation, actually. Given that we’re about to implement a quota system to limit AI tokens, it makes sense to me to allow the Admin to prevent the AI bot from automatically updating the title of the inbox topic, as it does consume a significant number of tokens.

In this PR, we add a new setting with the default set to true to maintain backward compatibility with the current behavior. We can utilize this setting to prevent our Playground from automatically generating the title right after it finishes the reply_to method.

@nvh0412 nvh0412 force-pushed the feat/add-new-setting-to-disable-automatic-topic-title branch from 27356e3 to 6fc9c2d Compare October 14, 2024 12:31
@nvh0412 nvh0412 marked this pull request as ready for review October 14, 2024 12:33
…re of the AI bot

Add a new setting with the default set to true to maintain backward compatibility with the current behavior.
We can utilize this setting to prevent our Playground from automatically generating the title right after it finishes the reply_to method.
@nvh0412 nvh0412 force-pushed the feat/add-new-setting-to-disable-automatic-topic-title branch from 6fc9c2d to 1ae2eac Compare October 14, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant