Update README.md
This commit is contained in:
parent
7f24e8917e
commit
febddb0d3a
20
README.md
20
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/`)
|
||||
```
|
||||
Loading…
Reference in New Issue