Henk
9eaa2aba47
Isolate OPT Tokenizer Fix to OPT models
2023-04-25 22:49:56 +02:00
ebolam
a34ce85d21
Fix for UI1 remote mode file loading from browser
2023-04-16 20:43:03 -04:00
Henk
2926dac72b
Don't print allowed_ips if unused
2023-04-16 23:59:13 +02:00
Henk
b68860b3de
Workaround to make --host work again
2023-04-15 18:31:39 +02:00
Henk
3eda7269f7
Fix incorrect host merge
2023-04-15 14:58:24 +02:00
Henk
bde9c6980f
Transformers 4.28 support
2023-04-14 14:13:46 +02:00
YellowRoseCx
71e5d23a5b
Add IP whitelisting to --host
2023-04-05 21:23:24 -05:00
Henk
4a8b099888
Model loading fix
2023-04-02 00:29:56 +02:00
Henk
90a7eb6153
LLama tokenizer settings
2023-03-17 12:40:08 +01:00
jojorne
c87ef60db1
revert more unrelated code
2023-03-11 13:48:41 -03:00
jojorne
423c022648
Fix save loading between v1 and v2 to v3 with wi features
2023-03-11 13:14:46 -03:00
SillyLossy
0d1771501f
Fix setting softprompt via V1 API
2023-03-09 13:15:50 +02:00
henk717
b307cdff57
Merge pull request #301 from jojorne/jojorne-patch-use-str-for-wi-keys
...
Access WI uid keys with str
2023-03-06 21:15:44 +01:00
Henk
099c818c06
Experimental unbanning of <>
2023-03-06 20:56:15 +01:00
Henk
b7f30a41c5
LLama tokenizer workaround
2023-03-06 19:32:28 +01:00
jojorne
4f17bf0c87
Access WI uid keys with str.
2023-03-05 13:22:33 -03:00
Henk
59e1f74f7c
Enable BMS API again under a new name
2023-03-04 14:17:47 +01:00
henk717
aa558da49c
Merge pull request #297 from aibosan/united-singleline-stopper
...
Created SinglelineStopper...
2023-03-02 20:51:54 +01:00
Henk
f03b538cab
Remote no longer unblocks the port by default
2023-03-02 17:43:23 +01:00
Ondřej Benda
aa124b65db
Fix: incorrect newline evaluation
2023-03-02 08:22:31 +01:00
Ondřej Benda
0ba7ac96d3
Created SinglelineStopper, which interrupts token generation when a newline is reached if singleline mode is enabled
2023-03-02 00:04:17 +01:00
Henk
cdfc7326e6
Horde API Setting Consolidation
2023-02-26 17:59:36 +01:00
henk717
642d173579
Merge pull request #294 from db0/kaimerge
...
Changes to work with the merged hordes
2023-02-26 16:00:48 +01:00
Henk
165c7219eb
Frequency Penalty for OAI
2023-02-25 22:15:05 +01:00
Divided by Zer0
d459bdb1c0
adjust
2023-02-22 23:12:34 +01:00
jojorne
d3bedfcbda
Include koboldai_vars.save_story().
2023-02-22 15:42:56 -03:00
jojorne
d6c9f5f1f5
Save/Load Story with UTF-8 encoding.
2023-02-22 14:40:42 -03:00
Henk
9e6a5db745
UI1 Botname
2023-02-19 16:22:26 +01:00
henk717
93f313d6e3
Merge pull request #291 from pi6am/fix/save-as
...
Fix an exception using Save As from the classic UI
2023-02-19 13:21:10 +01:00
Llama
117f0659c3
Fix exception using Save As from the classic UI
...
The `saveas` method was modified to take a data dict but one of the
else blocks still referred to the previous `name` parameter. Assign
to `name` to fix the `NameError: name 'name' is not defined` exception.
2023-02-18 23:41:17 -08:00
Henk
cd566caf20
Revision Fixes (Removes the workaround)
2023-02-19 00:51:50 +01:00
Henk
aa6ce9088b
Fix vscode artifacting
2023-02-18 18:47:15 +01:00
Henk
a9a724e38c
Merge branch 'main' into united
2023-02-18 18:14:03 +01:00
ebolam
c8059ae07e
Fix for UI1 upload bug
2023-02-13 14:35:55 -05:00
henk717
d7cce6473a
Merge pull request #279 from ebolam/UI2
...
Chat mode stopper fix, Class Split Adjustments
2023-02-11 23:58:54 +01:00
--global
a680d2baa5
Fix boolean API schemas name clash
2023-02-11 15:11:35 +02:00
ebolam
d2ff58c2dd
Chat mode stopper modified to only stop, not trim output (using Henky's regex for that)
2023-02-10 16:10:23 -05:00
ebolam
4439e1d637
Chat Mode Stopper Test
2023-02-09 11:40:00 -05:00
ebolam
0487b271b8
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2023-02-09 10:54:48 -05:00
ebolam
b29d4cef29
Add basic authentication option for webUI image generation
2023-02-09 10:54:38 -05:00
ebolam
709bd634b3
Merge pull request #365 from ebolam/chatmodestoppertest
...
Fix for chat mode stopper
2023-02-09 10:52:34 -05:00
ebolam
ea6af45e95
Fix for chat mode stopper
2023-02-01 18:51:17 -05:00
henk717
2f09916b20
Merge pull request #272 from ebolam/UI2
...
Fixed for UI2
2023-02-02 00:03:09 +01:00
Henk
3921ed1216
Lock CORS behind --host
2023-02-01 23:52:35 +01:00
henk717
669b68748d
Merge pull request #271 from LostRuins/united
...
Adding CORS support to allow cross origin requests.
2023-02-01 23:41:00 +01:00
Henk
0920085695
Experimental EOT Support
2023-01-31 21:00:17 +01:00
ebolam
26aabaa6fb
Merge branch 'henk717:united' into UI2
2023-01-31 07:34:08 -05:00
Henk
739cccd8ed
Revision Fixes
2023-01-31 04:48:46 +01:00
Henk
640bd64037
Revision Fixes (And Var Workaround)
2023-01-31 04:00:35 +01:00
Henk
b276c5ff15
EOS Hiding Workaround (For models that want EOS behavior)
2023-01-31 01:46:55 +01:00