Remove self-hosting references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Seth Freiberg 2026-03-20 08:01:15 -04:00
parent 9199c22959
commit 3500cb8fc7

18
API.md
View File

@ -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.