ebolam
e738e164e4
Add fix for status bar when chat mode ends early
2022-10-15 18:14:48 -04:00
ebolam
c3f44adea8
Added stopping criteria for chat mode to prevent it from generating text for user
2022-10-15 18:14:10 -04:00
somebody
02e621c310
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-15 14:30:12 -05:00
ebolam
9b9f9e9a44
Fix for double action bug
2022-10-15 14:57:50 -04:00
ebolam
6dde9d33ca
Fix for double prompt in AI text
2022-10-15 14:56:34 -04:00
somebody
fba08f91fc
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-15 13:33:20 -05:00
ebolam
792f5b8bfe
Merge pull request #214 from LightSaveUs/UI2
...
Second Themes Rework
2022-10-15 14:30:33 -04:00
LightSaveUs
19b0a5c2ec
Update Unicorn.css
2022-10-15 09:07:28 +03:00
LightSaveUs
dd64f9bad1
Update Nostalgia.css
2022-10-15 09:06:46 +03:00
LightSaveUs
cc77fd6540
Update Monochrome.css
2022-10-15 09:05:17 +03:00
LightSaveUs
518808f9ca
Darkness Update (0.4)
2022-10-15 09:04:10 +03:00
somebody
fdbf79736f
Attention Bias Test
2022-10-14 23:22:48 -05:00
somebody
5f86bfeee4
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into ui2-attn-bias
2022-10-14 22:53:35 -05:00
somebody
ddf28cef7d
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-14 17:36:09 -05:00
somebody
b53dd86a7c
Fix for multiline action slice and dicer
2022-10-14 17:35:13 -05:00
ebolam
8a1d174166
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-14 18:32:45 -04:00
ebolam
e3f839f610
Duplicate prompt fix
2022-10-14 18:32:33 -04:00
ebolam
267cb23aff
Merge pull request #210 from one-some/UI2
...
Download check & fixes
2022-10-14 16:17:31 -04:00
somebody
4567f74f0e
Download check for models in ui
2022-10-14 14:57:04 -05:00
somebody
c77e937aef
Fix theme stuff
...
We now wait for CSS to load before reading it and such
2022-10-14 13:57:33 -05:00
ebolam
31a35f1123
Merge pull request #209 from one-some/UI2
...
Fix recoloring on token switch and fix some tooltips
2022-10-14 14:37:56 -04:00
somebody
e28c862007
Remove debug text
2022-10-14 13:29:48 -05:00
somebody
6ff16ac808
Fix tooltips in some places
2022-10-14 13:16:58 -05:00
somebody
cbb67f49de
Recolor tokens on theme switch
2022-10-14 13:02:20 -05:00
henk717
c6ed656a76
Merge pull request #230 from pi6am/fix/lua_kobold_modeltype
...
Fix/lua kobold modeltype
2022-10-14 19:50:19 +02:00
ebolam
fddf1586c0
Remove log for horde
2022-10-14 13:20:52 -04:00
ebolam
759dbc3c54
Fix for horde/API
2022-10-14 13:16:07 -04:00
Llama
e5d0cc7b49
Fix exception thrown by kobold.modeltype in Lua
...
Fixes this exception:
File "aiserver.py", line 3389, in lua_get_modeltype
hidden_size = get_hidden_size_from_model(model)
NameError: name 'get_hidden_size_from_model' is not defined
The kobold.modeltype method eventually attempts to call
get_hidden_size_from_model in Python, but this method
was previously defined only within a local scope and so
is not visible from within lua_get_modeltype. Since
get_hidden_size_from_model only accesses its model argument,
there is no reason not to make it a module-level method.
Also change the severity of several more Lua error logs to error.
2022-10-14 09:20:33 -07:00
ebolam
dffbd63f46
Start of WI card text select fix_text
2022-10-14 11:33:13 -04:00
ebolam
022b729cd9
Fix for dynamic world info not properly disabling
...
Fix for world info drag (still can't select text)
2022-10-14 10:50:56 -04:00
Llama
6eb3abbdb8
Merge pull request #2 from henk717/united
...
Merging henk717/united
2022-10-13 20:33:34 -07:00
ebolam
1c0d0d8cef
Adding missing welcome logo
2022-10-13 20:15:40 -04:00
henk717
fff7837a4a
Merge pull request #229 from pi6am/feature/anote-kwarg
...
Feature/anote kwarg
2022-10-13 23:04:46 +02:00
ebolam
e62dbc9f06
Bug fix for issue 182
2022-10-13 15:07:51 -04:00
ebolam
9bef5c1f90
Moved experimental features to a backend variable
2022-10-13 14:16:02 -04:00
ebolam
4d712c1e21
Added experimental features
2022-10-13 13:47:22 -04:00
ebolam
dce471717d
Fix V2
2022-10-13 12:46:25 -04:00
ebolam
61774bffaa
Fix for "blinking" world info cards
2022-10-13 12:21:49 -04:00
ebolam
fbc7a3ff3d
Chat mode cleanup
2022-10-13 10:46:42 -04:00
henk717
be5ffe763c
Merge pull request #228 from VE-FORBRYDERNE/transpose
...
Slightly decrease TPU loading times
2022-10-13 15:35:28 +02:00
ebolam
300e5f8a7c
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-13 08:07:24 -04:00
ebolam
b5b08c78d0
Minor cleanup, better logging, debug on chat mode
2022-10-13 08:07:16 -04:00
ebolam
a25b94625a
Merge pull request #207 from one-some/UI2
...
Fix context menu (maybe)
2022-10-13 07:48:41 -04:00
Llama
8357c3e485
Merge branch 'united' into feature/anote-kwarg
2022-10-12 23:37:45 -07:00
Llama
05bcd3af11
Merge pull request #1 from henk717/united
...
Version bump
2022-10-12 23:32:25 -07:00
Llama
4a01f345de
Add include_anote kwarg to lua_compute_context.
...
Add an optional keyword argument to lua_compute_context to control
whether the author's note should be included in the context. The
default value is true, so if the include_anote kwarg is not specified
then the author's note will be included, which was the default
behavior prior to this change.
Also update the Lua API documentation to describe this kwarg.
2022-10-12 23:18:19 -07:00
somebody
8e73cdbd56
Cleanup
2022-10-12 20:56:29 -05:00
somebody
3173da193b
Fix bug
2022-10-12 20:53:41 -05:00
ebolam
db3cb9b4e0
Add some debug for right click context menu close
2022-10-12 19:16:05 -04:00
ebolam
1fbc1738b5
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-12 18:42:30 -04:00