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

Enhancement - Chat Mode: Allow for multi-line output by AI #249

Open
scythe000 opened this issue Oct 27, 2022 · 0 comments
Open

Enhancement - Chat Mode: Allow for multi-line output by AI #249

scythe000 opened this issue Oct 27, 2022 · 0 comments
Labels
Backlog Probably won't be in 1.20

Comments

@scythe000
Copy link

Scythe: Would there be a way to configure chat mode so that the AI gives between 1-5 lines as responses? This would give it a much more organic feel, since humans sometimes send multiple lines of chat in a row.

Henky: add a secondary name input for the bot name, but only if defined
Ebolam:

  1. users enter possible users
  2. User enters their text
  3. We select a name at random from the list of users
  4. We append that name to the submitted text
  5. send to AI for generation

Lllama: I like @one-some 's idea of effectively using phrase biasing to suppress generating tokens that aren't a "known" name at the beginning of a prompt. I think this will give better results than randomly pre-populating a name into the prompt. Since the AI is generally quite good at figuring out which name should come next.

@ebolam ebolam added the enhancement New feature or request label Oct 27, 2022
@ebolam ebolam added Backlog Probably won't be in 1.20 and removed enhancement New feature or request labels Nov 10, 2022
ebolam pushed a commit that referenced this issue Jan 8, 2023
Fix for tortoiseTTS crashing TTS if not installed (should be optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Probably won't be in 1.20
Projects
None yet
Development

No branches or pull requests

2 participants