Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


autocomplete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
autocomplete [2024/10/08 08:33] alexander01998autocomplete [2024/10/08 08:35] (current) alexander01998
Line 1: Line 1:
 ====== AutoComplete ====== ====== AutoComplete ======
- 
-<WRAP 516px> 
-^  AutoComplete  ^^ 
-|{{ hack:auto:autocomplete.webp?500x280 |A screenshot of AutoComplete in action, using the GPT-4 language model. The chat history shows "JohnDoe was blown up by Chicken." and GPT-4 suggests replying with "lol, how did that even happen?".}}|| 
-^Type|Hack| 
-^Category|[[:Chat]]| 
-^In-game description|"Auto-completes your chat messages using large language models. Requires either an OpenAI account with API access or a locally installed language model with the oobabooga web UI."| 
-^[[:keybinds#default_keybinds|Default keybind]]|none| 
-^Source code|[[w7src>net/wurstclient/hacks/AutoCompleteHack.java]]| 
-|:::|[[w7src>net/wurstclient/hacks/autocomplete]]| 
-</WRAP> 
  
 AutoComplete is a Minecraft hack that generates auto-completions for the user's chat messages, using large language models like GPT-3, GPT-4 and LLaMA. AutoComplete is a Minecraft hack that generates auto-completions for the user's chat messages, using large language models like GPT-3, GPT-4 and LLaMA.
Line 182: Line 171:
  
 ---- struct data ---- ---- struct data ----
-hack.name            :  +hack.name            : AutoComplete 
-hack.image           :  +hack.image           : hack:auto:autocomplete.webp 
-hack.category        :  +hack.category        : chat 
-hack.in-game description :  +hack.in-game description : Auto-completes your chat messages using large language models. Requires an OpenAI account with API access or any other language model API that is OpenAI-compatible. 
-hack.default keybind :  +hack.default keybind : none 
-hack.source code     : +hack.source code     : net/wurstclient/hacks/AutoCompleteHack.java, net/wurstclient/hacks/autocomplete
 ---- ----
  
autocomplete.1728376423.txt.gz · Last modified: 2024/10/08 08:33 by alexander01998