0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 09:16:20 +02:00
Commit Graph

2333 Commits

Author SHA1 Message Date
Alexander01998
0478aa4578 Add oobabooga's repetition penalties 2023-04-11 18:15:15 +02:00
Alexander01998
c27fb79d25 Move OpenAI-specific methods to OpenAiMessageCompleter 2023-04-04 20:40:41 +02:00
Alexander01998
f09d6e0934 Fix BlockComponents not rendering correctly 2023-04-04 18:12:47 +02:00
Alexander01998
5f4645f9a7 Add improved Freecam teleporting
Inspired by
https://www.reddit.com/r/WurstClient/comments/128ubvx/how_to_use_tp_more_effectively/
2023-04-03 22:36:45 +02:00
Alexander01998
8fa5705420 Fix gray text on some Navigator screens 2023-04-03 21:28:21 +02:00
Alexander01998
f379c602a9 Move API provider setting to a separate class 2023-04-02 23:48:01 +02:00
Alexander01998
5e571aaa2d Refactor AutoComplate.onEnable() 2023-04-02 19:47:42 +02:00
Alexander01998
036e08354c Improve AutoComplete
- Added support for locally hosted models via
oobabooga/text-generation-webui

- Added some more settings (but many are still missing)

- Didn't fix OpenAI mode. It's still hardcoded to the now-deleted
code-davinci-002 model.
2023-03-26 20:26:09 +02:00
Alexander01998
b65b2b0e22 Fix some descriptions saying "Format Error: " 2023-03-26 16:47:23 +02:00
Alexander01998
7a55a3a51f Update Fabric stuff 2023-03-25 17:26:43 +01:00
Alexander01998
4ea6c3cdf6
Run CI on gradle changes 2023-03-25 17:25:35 +01:00
Alexander01998
8aa10e5f4a Merge #721 (entity filter for allays) 2023-03-24 19:57:43 +01:00
Alexander01998
41d635f07a Clean up 2023-03-24 19:56:57 +01:00
Alexander01998
f4715954c4
Merge branch 'master' into master 2023-03-24 19:42:49 +01:00
Alexander01998
31584c63ad Ensure that Tunneller's buffers are never closed twice
Probably fixes #807
2023-03-23 18:07:48 +01:00
Alexander01998
ce5929d543
Merge #775 (AutoFarm crash fix) from ThisTestUser/autofarm-fix
Fix AutoFarm crashing on second activation
2023-03-23 17:36:31 +01:00
Alexander01998
be3ae0c63f
Merge branch 'master' into autofarm-fix 2023-03-23 17:33:49 +01:00
Hassinator00
707a3c8251
Merge #806 (Sneak option to turn off when flying)
* SneakHack fly detection

Added the possibility to fly while Sneak is active

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

thank you for your reviews, i've removed the useless code and added a setting to enable this feature

* Clean up

---------

Co-authored-by: Alexander01998 <contact.wurstimperium@gmail.com>
2023-03-23 00:40:49 +01:00
Alexander01998
38ce5660f2 Don't run gradle if no code files have changed 2023-03-22 18:10:09 +01:00
Alexander01998
9d40c7f603 Add code style config files 2023-03-22 18:07:17 +01:00
Alexander01998
37cb0d90b6 Stop removing leading and trailing whitespace from the output
This caused more issues than it fixed. If you type, for example: "How
are", the model might respond with " you doing today?". But removing the
whitespace would turn that into "How areyou doing today?".
2023-03-21 18:21:26 +01:00
Alexander01998
183ed966da Add a dummy system message to improve prediction quality 2023-03-21 18:15:49 +01:00
Alexander01998
bd5e2bd355 Add SuggestionHandler settings 2023-03-21 04:44:28 +01:00
Alexander01998
29df4adabb Improve SuggestionHandler
- Limit the number of suggestions kept in memory and remove duplicates.

- Limit the number of suggestions shown on screen.

- Allow it to generate up to 3 suggestions for the same draft.
2023-03-21 04:15:07 +01:00
Alexander01998
74ac77fc26 Create a separate SuggestionHandler class 2023-03-21 02:46:51 +01:00
Alexander01998
e7a1f005f8
Apparently gradle-build-action v2 still needs the permission fix 2023-03-19 20:23:54 +01:00
Alexander01998
d2c966e97b
Try using gradle-build-action v2 2023-03-19 20:21:37 +01:00
Alexander01998
41b2a7acf8
2nd attempt to fix Gradle CI 2023-03-19 20:15:21 +01:00
Alexander01998
a1765d4f13
Attempt to fix Gradle CI 2023-03-19 20:13:22 +01:00
Alexander01998
744c8df704
Add Gradle CI workflow 2023-03-19 20:10:17 +01:00
Alexander01998
cad3a1470f Add AutoComplete (WIP)
This is still unfinished, but it's pretty stable and usable at this
point.

It intentionally has no settings yet, because I might still make changes
at this point that would completely change the way it works. Such as:
- Adding support for OpenAI's ChatGPT models, which need a completely
different prompt
- Adding support for other providers like GooseAI, which have a
completely different API with different parameters, etc.
- Adding support for self-hosted language models like LLaMA-7B, which
have very different parameters again

We might also need some new setting types for this hack, such as a
StringSetting for any custom prompts and an EncryptedStringSetting to
store the API key. The current method of storing the API key in an
environment variable works, but it's not very user-friendly.
2023-03-17 15:06:06 +01:00
Alexander01998
bcf3055bdd Clean up AntiSpam code 2023-03-17 14:10:22 +01:00
Alexander01998
a3e03a1722 Merge branch '1.19.4' 2023-03-15 16:19:51 +01:00
Alexander01998
248fa2c890 Why does the bot keep breaking these 3 lines? 2023-03-14 17:49:24 +01:00
Alexander01998
58e1bf77ff [Wurst-Bot] Update to 1.19.4 2023-03-14 17:37:13 +01:00
Alexander01998
98f5b684f3 Why does the bot keep breaking these 3 lines? 2023-03-14 17:20:28 +01:00
Alexander01998
09ac1fb877 [Wurst-Bot] Update to 1.19.4-rc3 2023-03-14 17:16:17 +01:00
Alexander01998
1e79712334 Merge #796 (more FeedAura settings) 2023-03-13 00:54:42 +01:00
Alexander01998
699d180be9 Clean up 2023-03-13 00:53:56 +01:00
ThisTestUser
0058bd830c More FeedAura options 2023-03-12 16:27:59 -04:00
Alexander01998
1d06e760c5 Change version to 7.33 2023-03-12 18:42:56 +01:00
Alexander01998
5d9f10bbbc Fix FeedAura 2023-03-12 18:42:08 +01:00
Alexander01998
996b8faffa Why does the bot keep breaking these 3 lines? 2023-03-11 19:33:08 +01:00
Alexander01998
d497271c89 [Wurst-Bot] Update to 1.19.4-rc2 2023-03-11 19:28:09 +01:00
Alexander01998
0391f6b138 Why does the bot keep breaking these 3 lines? 2023-03-09 19:38:57 +01:00
Alexander01998
8897842fca [Wurst-Bot] Update to 1.19.4-rc1 2023-03-09 19:33:52 +01:00
Alexander01998
d3c5c46898 Update to 1.19.4-pre4 2023-03-08 16:43:07 +01:00
Alexander01998
d3bce8594b [Wurst-Bot] Update to 1.19.4-pre4 2023-03-08 16:27:40 +01:00
Alexander01998
f679c689e6 Fix crash when a villager sells a corrupted book 2023-03-08 00:37:54 +01:00
Alexander01998
ec22d9827c Fix crash when player is inside villager's hitbox
Closes #787
2023-03-06 23:09:59 +01:00