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

Instruction mode #503

Open
wants to merge 26 commits into
base: united
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7fa2c78
First pass at instruction mode (needs presets and theme colors for co…
ebolam Dec 21, 2023
ee705d0
Key for context viewer
ebolam Dec 21, 2023
e6619d0
Add in (admittedly bad) colors for context window for instruction and…
ebolam Dec 21, 2023
155d758
Missing variable for instruction coloring
ebolam Dec 21, 2023
1b497e5
UI Update for instruction mode part 1
ebolam Dec 28, 2023
e528357
First test of instruction mode
ebolam Dec 28, 2023
7e94e60
Better version for instruction mode
ebolam Dec 28, 2023
3cecae9
Remove Debug
ebolam Dec 29, 2023
27e1751
Slightly better version. Now no longer looses instruction tags when c…
ebolam Dec 29, 2023
c79060e
Working instruction mode (I think)
ebolam Dec 29, 2023
ec99b3e
Fix for instruction mode text box border color
ebolam Dec 29, 2023
840e05c
Merge branch 'henk717:united' into Instruction_mode
ebolam Jan 27, 2024
709568a
Working
ebolam Jan 28, 2024
a95dc36
Added in automatic repaint when instruction header/footer or show/hid…
ebolam Jan 28, 2024
defe825
Update world info key matching to match on full word instead of parti…
ebolam Jan 29, 2024
f00bbc6
Merge commit 'refs/pull/391/head' of https://github.com/ebolam/Kobold…
ebolam Jan 29, 2024
e588549
Merge branch 'henk717:united' into Instruction_mode
ebolam Feb 12, 2024
24067d0
Typo Fix
ebolam Feb 12, 2024
01b7254
MUCH better UI handling of world info highlighting and instruction mo…
ebolam Feb 14, 2024
209a01d
Quicker Page Loads for UI2
ebolam Mar 20, 2024
a583e9b
Moved screenshot js load into first use of the function to save on in…
ebolam Mar 26, 2024
6d9de0f
Split instruction mode into two tabs, one with prompt, one without
ebolam Mar 26, 2024
29af28c
Critical password height bug fixed (locked password box wouldn't show)
ebolam Mar 26, 2024
3af8fe2
Fix for square boxes showing up in Chrome Desktop (Mobile fine)
ebolam Apr 3, 2024
eac1eea
Added default instruction header/footer
ebolam Apr 3, 2024
f87cbfc
Merge branch 'henk717:united' into Instruction_mode
ebolam Jun 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missing variable for instruction coloring
ebolam committed Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 155d758b46c3ace9590551e627c73f325fc821eb
1 change: 1 addition & 0 deletions static/koboldai.css
Original file line number Diff line number Diff line change
@@ -2461,6 +2461,7 @@ body {

.context-sp {background-color: var(--context_colors_soft_prompt);}
.context-genre {background-color: var(--context_colors_genre);}
.context-instruction {background-color: var(--context_colors_instruction);}
.context-prompt {background-color: var(--context_colors_prompt);}
.context-wi {background-color: var(--context_colors_world_info);}
.context-memory {background-color: var(--context_colors_memory);}