Inspiration

I saw a YouTube video on how different LLMs built structures in Minecraft, and I thought why not take it a step further with Redstone.

What it does

It builds redstone builds based on a prompt provided.

How we built it

I built it using Featherless.ai models and lots of prompt engineering.

Challenges we ran into

Model was returning Chinese tokens, and it was thinking too long, cutting off the actual output we needed.

Accomplishments that we're proud of

Getting it to work honestly, the JSON parsing was so hard, but I got the block placing to work very quickly.

What we learned

I learned that learning the APIs before hand and the technology makes a hackathon very easy, this was my first one and I spent most of the time fixing things than making them.

What's next for RedstoneGPT

I plan on embedding a vectordb full of Redstone builds that can be referenced and used to learn from.

Built With

  • fabric
  • featherless.ai
  • java
Share this project:

Updates