Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
OllamaChat Mod (Fabric)
Empower Minecraft players to interact with locally deployed AI(Free for use) models through in-game commands! Built on Ollama, this mod enables dynamic AI-generated conversations.
Thank DeepSeek Chat for helping me solve various problems and writing most of the network communication code and other code.
🛠️ Prerequisites
- Must have Ollama installed locally with at least one model deployed.
- Run
ollama serve
in your terminal to start the local service. - Download models using
ollama pull <model-name>
(e.g.,llama3
).
✨ Key Features
- Model Switching Seamlessly switch between downloaded models in-game.
- Real-time Chat
Send messages starting with
ai
to receive AI-generated responses. - Service Control Manage Ollama service status directly via commands.
📜 Command List
Command | Description |
---|---|
/ollama list |
List all downloaded models |
/ollama model <model-name> |
Switch to a specific model |
/ollama serve |
Start the Ollama service |
/ollama ps |
View active model processes |
🎮 Usage Examples
-
Set Model
/ollama model llama3
Switch to the "llama3" model. -
Send Request Type in chat:
ai How to build a house in Minecraft?
The AI will respond with an answer in-game.
⚠️ Important Notes
- Ensure Ollama is properly installed and models are downloaded via CLI before use.
- Check if the Ollama service is running if you encounter timeout errors.
- Response speed depends on your local hardware performance.