Commit Graph

443 Commits

Author SHA1 Message Date
ebolam
fcba26f631 Fix for uploading files in UI2 2023-04-16 20:32:51 -04:00
Henk
b1d3a37fb0 <|comments|> now are [<|comments|>] to support OA 2023-04-16 19:31:17 +02:00
YellowRoseCx
ac98cd6dd1 add IP_whitelisting to koboldai_settings.py 2023-04-05 21:27:59 -05:00
jojorne
8378ff9e26 Fix typo 2023-03-14 04:20:32 -03:00
jojorne
8d5a581d5d Enable renaming deleting wi root folder by creating a new one 2023-03-14 04:04:01 -03:00
henk717
db7b53f52d Merge pull request #310 from nkpz/united
Fix out of range error after editing actions
2023-03-14 01:22:14 +01:00
henk717
5249045c35 Merge pull request #304 from YellowRoseCx/united-yr
added local rng_states variable and fixed minor typo
2023-03-13 22:46:00 +01:00
Nick Perez
0dce4c700f Just reverse the range 2023-03-13 07:00:51 -04:00
Nick Perez
b4b24f1389 Fix out of range after deletion in for loop 2023-03-13 06:21:25 -04:00
jojorne
4b8d4cde7d fix spacing 2023-03-12 20:41:34 -03:00
jojorne
4219e3e8d3 Removing the root folder is not supported 2023-03-12 20:38:58 -03:00
jojorne
e5c1b0506a Renaming the root folder is not supported 2023-03-12 20:05:40 -03:00
jojorne
53f06903c2 revert more unrelated code 2023-03-11 13:54:01 -03:00
jojorne
c87ef60db1 revert more unrelated code 2023-03-11 13:48:41 -03:00
jojorne
e4ad8547a7 revert unrelated code 2023-03-11 13:39:19 -03:00
jojorne
47242e9abe remove debug code 2023-03-11 13:21:22 -03:00
jojorne
423c022648 Fix save loading between v1 and v2 to v3 with wi features 2023-03-11 13:14:46 -03:00
YellowRoseCx
4371de2c11 added rng_states variable
added rng_states variable to fix an error caused by passing a seed through the API without having a seed already in use
2023-03-08 15:35:55 -06: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
1c891181e9 Remove old worker API 2023-03-04 18:27:02 +01:00
Henk
cdfc7326e6 Horde API Setting Consolidation 2023-02-26 17:59:36 +01:00
Henk
526e8ab9b1 More Horde setting fixing 2023-02-25 16:20:49 +01:00
Henk
29ceac6d43 Horde parameter fixes 2023-02-25 16:01:11 +01:00
Henk
b49070e3ed Updated bridge for the new horde 2023-02-25 14:58:18 +01:00
jojorne
d3bedfcbda Include koboldai_vars.save_story(). 2023-02-22 15:42:56 -03:00
Henk
9e6a5db745 UI1 Botname 2023-02-19 16:22:26 +01:00
Henk
cd566caf20 Revision Fixes (Removes the workaround) 2023-02-19 00:51:50 +01:00
Henk
e905f2db2d More API stuff to User 2023-02-16 02:50:52 +01:00
Henk
f50f5b530a Move OAI to User Settings 2023-02-16 02:48:20 +01:00
Henk
ec3ed9b4d9 Don't save TQDM 2023-02-12 04:29:36 +01:00
ebolam
89e98191a0 Class Split Fix 2023-02-10 16:30:45 -05:00
ebolam
426041f1cf Class Fix 2023-02-10 16:22:37 -05:00
ebolam
606137f901 Class split fix for status bar 2023-02-10 16:17:03 -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
Henk
87544961cd Unblock themes 2023-02-04 18:47:57 +01: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
henk717
eeb3d6b3b3 Merge pull request #273 from pi6am/feat/kai-bridge-settings
Permit configuring KoboldAI horde bridge settings
2023-02-01 23:36:01 +01:00
Llama
e6608d97fd Permit configuring KoboldAI horde bridge settings
The KoboldAI horde bridge is typically configured by copying
KoboldAI-Horde-Bridge/clientData_template.py to clientData.py and
then editing the worker name, api key, and other settings. However
the bridge spawned by the local KoboldAI server was always using
hardcoded "anonymous" worker settings. To make it easier for people
to use their actual API key and specify a worker name, this change
modifies the bridge startup to attempt to import settings from
clientData.py. If clientData.py doesn't exist then we fall back
to using the default settings, and if the user hasn't edited the
worker name then we also generate a randomized name.

Also clear the horde bridge pid when stopping the bridge so that
it can be restarted within the same session.
2023-01-31 09:41:36 -08:00
ebolam
26aabaa6fb Merge branch 'henk717:united' into UI2 2023-01-31 07:34:08 -05:00
Henk
6def9abebc Model setting fixes 2023-01-31 03:06:07 +01:00
Henk
143d279f2a Don't save revision 2023-01-31 02:03:29 +01:00
somebody
63121b2b89 Fix calc_ai_text when no actions are present 2023-01-22 14:54:26 -06:00
ebolam
a0249d7ffa Changed image return to show last image rather than returning null if the action doesn't have an image 2023-01-19 12:35:55 -05:00
ebolam
4f17e541ee Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2023-01-13 07:46:48 -05:00