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

Add a toggle to hide instructions in instruct mode #62

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

Conversation

one-lithe-rune
Copy link
Contributor

@one-lithe-rune one-lithe-rune commented Feb 15, 2024

Motivation

When using Story mode, I often want to give instructions to the AI model for what I want it to write rather than adding text myself. So just use Instruct mode for that, right?

However if I'm trying to write a story with Instruct mode, then seeing all the instructions I gave it, periodically interrupts the actual story with a lot of not-story, and means I've got a cut, paste and edit job to do. Therefore this adds a toggle in the same area as 'Allow Edits' which hides all the instructions in the rendered history.

Changes

  • Add a toggle to the classic ui for Instruct mode that hides the instructions in the UI.

Possible Problems/Concerns

  • Only Classic UI for now.
  • I keep one <hr class="hr_instruct"> per instruction, so you still see where the instructions are being hidden. I'm not sure that's correct, or what would be most useful to people, but having nothing with no break at all looked wrong for how I was using it.

Attempt To Do

  • Add a similar option somewhere for aesthetic. I'm not sure what to name the toggle button though. 'Hide Instructions' is way too long to put on a button for the current aesthetic UI I think.

- Add a toggle to the classic ui for instruct mode that hides the instructions
in the UI.
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

Successfully merging this pull request may close these issues.

1 participant