Started by
modbroz
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to add Gemini to Minecraft's chat. Example of what I want for chat: "the AI's name I choose" how can I make a nice house
Topic category: Help with Minecraft modding (Java Edition)
I am trying to add Gemini to Minecraft's chat. Example of what I want for chat: "the AI's name I choose" how can I make a nice house
Adding Gemini or any other AI would be hard as it would be impossible to have a actual AI in the code of the mod as it requires a massive amount of storage and computational power but if you find a way to connect to an external server and do it that might work. Another why around could be to design a minecraft "AI" chatbot inside a procedure to answer some questions.
If you want to use some external API to LLM networks such as ChatGPT and its competition, you could use HTTP to access those APIs.
This plugin used to add HTTP support, but is currently not updated: https://mcreator.net/plugin/103278/http-utility-20-credits-ddemile10
So you may need to use parts of custom code to interact with the LLM APIs or use their library