Commit Graph

2866 Commits

Author SHA1 Message Date
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
ebolam
a49512cb1c Removing duplicate z-index 2022-10-12 18:42:27 -04:00
ebolam
5ece3dea09 Add cursor to log link 2022-10-12 18:41:31 -04:00
ebolam
96407602db Merge pull request #206 from LightSaveUs/UI2
!important Flag Fix
2022-10-12 18:38:32 -04:00
LightSaveUs
034da0cdc8 !important Flag Fix 2022-10-13 01:37:23 +03:00
ebolam
6e599002c8 Merge pull request #205 from LightSaveUs/UI2
Padding Adjustment
2022-10-12 18:22:57 -04:00
ebolam
d39b4a029b Merge pull request #204 from one-some/UI2
Fix help icon alignment
2022-10-12 16:43:31 -04:00
somebody
6c46179be9 Fix help icon alignment 2022-10-12 15:19:32 -05:00
ebolam
c0e1704314 Merge pull request #203 from one-some/UI2
Cursor height
2022-10-12 15:22:30 -04:00
somebody
3d2994f89c Maybe fix cursor thingey too much not height 2022-10-12 14:20:57 -05:00
ebolam
be5d7c4420 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-10-12 15:10:56 -04:00
ebolam
f531ecc59b Fix for mobile help text in menus 2022-10-12 15:10:40 -04:00
ebolam
60b09442ca Merge pull request #202 from one-some/UI2
Context bar fix
2022-10-12 14:57:54 -04:00
somebody
af41c8b145 clean 2022-10-12 13:50:53 -05:00
somebody
b9581a6a25 Context bar fix 2022-10-12 13:46:33 -05:00