How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf TheMindExpansionNetwork/MindBot-Standard-Merged-Q4_K_M-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "TheMindExpansionNetwork/MindBot-Standard-Merged-Q4_K_M-GGUF:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

๐Ÿง  MindBot Q4_K_M GGUF for Ollama

Quantized GGUF version of MindBot โ€” ready for Ollama!

Download

huggingface-cli download TheMindExpansionNetwork/MindBot-Standard-Merged-Q4_K_M-GGUF

Or download manually from the Files tab:

  • mindbot-standard-merged-q4_k_m.gguf (~2.9GB)
  • Modelfile

Quick Start

# Put both files in a folder, then:
ollama create mindbot -f Modelfile

# Run it!
ollama run mindbot

First Prompt

ollama run mindbot "What do you dream about?"

Model Settings

Parameter Value
Temperature 0.9
Top P 0.9
Top K 40
Context 8192

Push to Ollama Hub

Once running locally, push to Ollama Hub:

ollama tag mindbot yourusername/mindbot
ollama push yourusername/mindbot

Then anyone can run:

ollama run yourusername/mindbot

๐Ÿง  Part of TheMindExpansionNetwork ๐ŸŒ•

Downloads last month
14
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for TheMindExpansionNetwork/MindBot-Standard-Merged-Q4_K_M-GGUF