diff --git a/API.md b/API.md index c2992e6..6d4b743 100644 --- a/API.md +++ b/API.md @@ -167,21 +167,3 @@ requests.post( --- -## Self-Hosting - -Mortdecai is open-source. If you'd rather run it yourself: - -1. Download the GGUF model (when published) -2. Run via Ollama: `ollama create mortdecai -f Modelfile` -3. Use the same system prompts from this repo -4. Point your plugin at `localhost:11434` instead of the API - -The API exists for people who don't want to manage GPU infrastructure. Self-hosting is always an option. - ---- - -## Timeline - -This API is in design phase. The model (Mortdecai v4) is running on live Minecraft servers today. The public API and contribution system are being built. - -Follow this repo or visit [mortdec.ai](https://mortdec.ai) for updates.