What would be awesome is to give the LLM Context about the modlist, this alone shouldnt cost too many tokens, what would be worth it though is to add some information about more complex mods maybe?
https://github.com/link-fgfgui/MCLLM/blob/b0ff1cdb9672be10c06865fe477962be50acf873/common/src/main/java/com/bawnorton/mcchatgpt/util/Context.java
Or rather try get tooling the user is in the shadow about, or helpful dynamics, maybe even entering an item could trigger recipes for the item and the items needed to craft the item from there, given context from the books which reference items, we could give it enough context to look for the official way to craft something OR to craft it via added recipes. (Not a main Java dev, but maybe something i'd look into adding later on for myself as a fork of this)
@sayore
What would be awesome is to give the LLM Context about the modlist, this alone shouldnt cost too many tokens, what would be worth it though is to add some information about more complex mods maybe?
https://github.com/link-fgfgui/MCLLM/blob/b0ff1cdb9672be10c06865fe477962be50acf873/common/src/main/java/com/bawnorton/mcchatgpt/util/Context.java
Or rather try get tooling the user is in the shadow about, or helpful dynamics, maybe even entering an item could trigger recipes for the item and the items needed to craft the item from there, given context from the books which reference items, we could give it enough context to look for the official way to craft something OR to craft it via added recipes. (Not a main Java dev, but maybe something i'd look into adding later on for myself as a fork of this)
@sayore