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 request] messaging #128

Open
kittenvr opened this issue Jul 24, 2024 · 2 comments
Open

[Feature request] messaging #128

kittenvr opened this issue Jul 24, 2024 · 2 comments

Comments

@kittenvr
Copy link

Allow the player to use /msg to comunicate to the bot and the bot also replies in messages

@EIegance
Copy link

EIegance commented Jul 24, 2024

For now you can do this just by attempting to load the same profile twice.

Example in settings.js

"profiles": [
      "./andy.json",
      "./andy.json",
      // add more profiles here, check ./profiles/ for more
      // more than 1 profile will require you to /msg each bot indivually
  ],

It will only load one bot and will use /msg.

For it only replying in messages it's much more complex. You could try in the profile .json after each {"role": "assistant", "content": " entry adding a /msg yourname

This might break things but if you mess with it and just use your username it could maybe work.

@kittenvr
Copy link
Author

For now you can do this just by attempting to load the same profile twice.

Example in settings.js

"profiles": [
      "./andy.json",
      "./andy.json",
      // add more profiles here, check ./profiles/ for more
      // more than 1 profile will require you to /msg each bot indivually
  ],

It will only load one bot and will use /msg.

For it only replying in messages it's much more complex. You could try in the profile .json after each {"role": "assistant", "content": " entry adding a /msg yourname

This might break things but if you mess with it and just use your username it could maybe work.

your message doesnt make sence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants