Update README.md

This commit is contained in:
RomanNum3ral 2026-05-04 14:50:30 +00:00
parent 73531ba48b
commit 7ae8aace25
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Ollama + Cloudflare + Obsidian BMO Chatbot # CMSC 319-001: Software Engineering Concepts Final Project - Steven McCaw
**Course:** Software Engineering Concepts — Final Project - Ollama + Cloudflare + Obsidian BMO Chatbot
A self-hosted AI server running Ollama, tunneled through Cloudflare, and connected to Obsidian via the BMO Chatbot plugin. - A self-hosted AI server running Ollama, tunneled through Cloudflare, and connected to Obsidian via the BMO Chatbot plugin.
--- ---
@ -51,7 +51,7 @@ credentials-file: /home/<USER>/.cloudflared/<YOUR_TUNNEL_ID>.json
ingress: ingress:
- hostname: ai.yourdomain.com - hostname: ai.yourdomain.com
service: http://localhost:11434 - service: http://localhost:11434
- service: http_status:404 - service: http_status:404
``` ```