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

Chattiness Slider/Respond to Bots setting in Discord #157

Closed
twilwa opened this issue Nov 1, 2024 · 3 comments
Closed

Chattiness Slider/Respond to Bots setting in Discord #157

twilwa opened this issue Nov 1, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@twilwa
Copy link
Collaborator

twilwa commented Nov 1, 2024

Is your feature request related to a problem? Please describe.
image

Bots will dump tokens responding to each other and/or be annoyingly chatty sometimes

Describe the solution you'd like
-- I think it might be useful to have a setting where a bot will 'wait' X amount of time before responding to a message, or a way to weight boredom higher in a series of rapid-fire back and forths. Maybe an if chars = 250+ and responsetime>1000ms then multiply normal boredom by X (or however fast humans aren't able to write) + some manual sliders on chattiness levels if we want one that's more shy vs outgoing

When interacting with another bot, or set as anxious/shy/quiet, response volume is reduced by ~50%

Describe alternatives you've considered
none, just had the thought

Additional context

image

@twilwa twilwa added the enhancement New feature or request label Nov 1, 2024
@twilwa
Copy link
Collaborator Author

twilwa commented Nov 1, 2024

https://sourcegraph.com/github.com/vertyco/vrt-cogs@main/-/blob/assistant/listener.py

an existing implementation in a different framework in python; since they have the app identifier, it should be fairly straightforward, i think

@lalalune
Copy link
Member

lalalune commented Nov 1, 2024

We can do this with a provider or hardcode it.

The boredom module should prevent this but needs to be tuned.

@lalalune
Copy link
Member

lalalune commented Nov 8, 2024

We added prompt template overrides per character

@lalalune lalalune closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants