From febddb0d3a417355272f9bc9b4cb48b9e3f2a05f Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Mon, 4 May 2026 12:56:13 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3499cf5..3ab249e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A self-hosted AI server running Ollama, tunneled through Cloudflare, and connect ## How It Works ``` -Obsidian BMO Plugin → Cloudflare Tunnel → Ollama (localhost:11434) +Obsidian BMO Plugin → Cloudflare Tunnel → Ollama ``` Your prompts go from Obsidian through a secure Cloudflare tunnel to Ollama running on your local machine. No cloud AI provider needed. @@ -32,7 +32,7 @@ Your prompts go from Obsidian through a secure Cloudflare tunnel to Ollama runni ### 1. Start Ollama ```bash -ollama pull llama3 +ollama pull llama3.1 ollama serve ``` @@ -63,8 +63,8 @@ cloudflared tunnel run ollama-tunnel ### 3. Configure BMO Plugin 1. Obsidian → Settings → Community Plugins → install **BMO Chatbot** -2. Set **REST API URL** to `https://ollama.yourdomain.com` -3. Set **Model** to `llama3` +2. Set **REST API URL** to `https://aiapi.fortis-scientia.com` +3. Set **Model** to `llama3.1` 4. Leave **API Key** blank --- @@ -74,20 +74,10 @@ cloudflared tunnel run ollama-tunnel ``` / ├── README.md -├── requirements.txt ├── config/ │ └── cloudflared-config.yml ├── docs/ │ ├── architecture.md │ └── dependencies.md └── src/ -``` - ---- - -## Submission Checklist - -- [ ] `README.md` -- [ ] `requirements.txt` -- [ ] `docs/` — architecture & dependencies -- [ ] `src.tar.gz` — source files (`tar -czf src.tar.gz src/`) +``` \ No newline at end of file