Commit Graph

2288 Commits

Author SHA1 Message Date
vfbd
34c9535667 Upload basic API with /generate POST endpoint 2022-08-08 02:27:48 -04:00
ebolam
7f4dbdd977 Checkin 2022-08-07 14:00:06 -04:00
Henk
77e2a7972c Fix incorrect max tokens 2022-08-06 17:28:55 +02:00
Henk
76c7783ac8 Hide useless scrollbars on model list 2022-08-06 17:15:29 +02:00
Henk
fe00581b83 Merge branch 'main' into united 2022-08-06 17:10:09 +02:00
Henk
c71fd0cc3f OPT Nerys V2 6B 2022-08-06 17:04:22 +02:00
Henk
610257b36e Output Streaming on by Default 2022-08-06 16:47:04 +02:00
Henk
fccb464989 Polish 2 2022-08-06 16:43:45 +02:00
Henk
0a0bd75617 Polish 2022-08-06 16:42:15 +02:00
ebolam
2ee4371622 Implemented token streaming from one-some 2022-08-05 12:35:38 -04:00
henk717
8bcf4187ac Merge pull request #178 from one-some/token-prob
Add token probability visualizer
2022-08-05 14:27:46 +02:00
henk717
ed9391431b Merge pull request #177 from ebolam/united
Fix for secondary model loads leaking settings into secondary model's…
2022-08-05 14:20:25 +02:00
ebolam
b484b973d9 Fix for custom model box not showing up in model load menu if there aren't any models in the model folder 2022-08-04 19:26:55 -04:00
ebolam
3285926164 Preset File Format Fix 2022-08-04 18:47:05 -04:00
ebolam
5e2b866689 Minor Adjustment 2022-08-04 18:16:02 -04:00
somebody
f6d046fe1b Add token probability visualizer 2022-08-04 13:49:37 -05:00
henk717
5f1ffc0cd4 Merge branch 'KoboldAI:main' into united 2022-08-04 20:48:31 +02:00
henk717
c753eb24c8 Merge pull request #148 from LightSaveUs/main
Updated ReadMe and 2.7B models descriptions
2022-08-04 20:48:15 +02:00
ebolam
e0335fc39f Added sync for world info from new ui to old. Old UI only syncs on story load. 2022-08-04 12:43:58 -04:00
ebolam
3e256a627e Fix for autosave 2022-08-04 09:58:38 -04:00
ebolam
6060accbca Fixed Categories in Presets 2022-08-04 09:21:09 -04:00
ebolam
5da72fda84 Fix 2022-08-04 09:17:26 -04:00
ebolam
ed29aca10b Moved preset to new area so it's not a user setting for docker purposes 2022-08-03 21:43:32 -04:00
ebolam
17b325a858 Whoops 2022-08-03 21:29:34 -04:00
ebolam
90bc99f0e5 Redid presets to have a better method for organizing them
Add convert script for making official.presets files from excel files maintained by LightSaveUs
2022-08-03 21:25:46 -04:00
ebolam
b78ad14651 World Info Delete Complete 2022-08-03 15:14:13 -04:00
LightSaveUs
c314dde330 Returned the information about chatbot mode 2022-08-03 18:11:59 +03:00
ebolam
55f6a98a3f Super simple add world info and add world info entry working 2022-08-02 21:04:27 -04:00
LightSaveUs
ee22248855 Updated the readme to reflect current reality 2022-08-03 03:06:18 +03:00
ebolam
71e119f0b7 Fix for secondary model loads leaking settings into secondary model's settings file. 2022-08-02 19:45:36 -04:00
ebolam
7ab39bac0f Merge pull request #21 from henk717/united
Update to current
2022-08-02 19:38:16 -04:00
LightSaveUs
c0d344d125 Fix for 2.7B model names in their descriptions 2022-08-03 01:56:31 +03:00
LightSaveUs
c5e0e8a2be Fix for 2.7B model names in their descriptions 2022-08-03 01:53:49 +03:00
ebolam
47c894be8f Story load fix and game save state update on world info changes 2022-08-01 15:39:53 -04:00
ebolam
05946cf3c2 utils updated to current 2022-08-01 14:38:52 -04:00
ebolam
3aae99d4e0 Constant world info addition 2022-08-01 14:19:33 -04:00
ebolam
948a870580 World Info Frontend Functional (Everything editable and syncs to Backend) 2022-08-01 12:35:26 -04:00
ebolam
926e8d7106 World Info Drag/Drop functioning 2022-08-01 11:58:51 -04:00
ebolam
10cc7eb441 World Info Folder Rename Working and folder order respected 2022-08-01 10:44:44 -04:00
henk717
bd13a41eb7 Merge pull request #176 from one-some/shortcuts
Add editor shortcuts and actually fix streaming newline bug
2022-07-31 12:46:17 +02:00
somebody
59d55369cb Add shortcuts
Adds shortcuts to the UI. These shortcuts are:
Ctrl-Z: Undo
Ctrl-Y: Redo
Ctrl-E: Retry
2022-07-30 21:34:42 -05:00
somebody
5d135e091e Fix the streaming newline bug (for real this time I promise)
After actually investigating the cause of the bug instead of duct taping
a fix on, I have produced a better fix. The previous fix caused a bug
where there a newline was *removed* where it shouldn't have been when
undoing and redoing. The reason this bug was happening in the first
place was because some "newline regulation" code was falsely detecting
the output stream as a text chunk, and attempted to remove a newline
from there instead of the actual chunk.
2022-07-30 21:28:50 -05:00
ebolam
7fa8a7e9a3 Redo World Info 2022-07-30 19:49:35 -04:00
henk717
56783a1257 Merge pull request #175 from one-some/token-streaming-newline-fix
Fix arbitrary newline insertion when token streaming is enabled
2022-07-31 01:22:15 +02:00
somebody
32ad83df8e Fix arbitrary newline insertion when token streaming is enabled
In adventure mode with token streaming enabled, retrying after an action
would cause a <br> element to be inserted into the action. This prevents
the insertion of the <br> if token streaming is enabled.
2022-07-30 15:05:54 -05:00
henk717
71ea8b215a Merge branch 'KoboldAI:main' into united 2022-07-30 21:46:25 +02:00
henk717
88e48662a0 Merge pull request #147 from rahulmb/main
Update install_requirements.bat
2022-07-30 21:46:03 +02:00
Rahul Bhandari
15333501ac Update install_requirements.bat
%B% never set and finetuneanon is deprecated
2022-07-30 14:41:15 -05:00
henk717
050e195420 Merge pull request #173 from one-some/token-streaming
Add token streaming option
2022-07-30 18:32:51 +02:00
ebolam
2b739b6cb8 Fix 2022-07-29 21:44:42 -04:00