This commit is contained in:
SpudGunMan
2025-10-27 22:22:06 -07:00
parent 02b0cde1c8
commit 96193a22e8
3 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ Mesh Bot is a feature-rich Python bot designed to enhance your [Meshtastic](http
### Interactive AI and Data Lookup
- **Weather, Earthquake, River, and Tide Data**: Get local alerts and info from NOAA/USGS; uses Open-Meteo for areas outside NOAA coverage.
- **Wikipedia Search**: Retrieve summaries from Wikipedia.
- **Ollama LLM Integration**: Query the [Ollama](https://github.com/ollama/ollama/tree/main/docs) AI for advanced responses. Supports RAG (Retrieval Augmented Generation) with Wikipedia/Kiwix context and [OpenWebUI](https://github.com/open-webui/open-webui) integration for enhanced AI capabilities.
- **OpenWebUI, Ollama LLM Integration**: Query the [Ollama](https://github.com/ollama/ollama/tree/main/docs) AI for advanced responses. Supports RAG (Retrieval Augmented Generation) with Wikipedia/Kiwix context and [OpenWebUI](https://github.com/open-webui/open-webui) integration for enhanced AI capabilities. [LLM Readme](llm.md)
- **Satellite Passes**: Find upcoming satellite passes for your location.
- **GeoMeasuring Tools**: Calculate distances and midpoints using collected GPS data; supports Fox & Hound direction finding.

View File

@@ -254,6 +254,8 @@ Enable and configure VOX features in the `[vox]` section of `config.ini`.
Configure in `[ollama]` section of `config.ini`.
More at [LLM Readme](llm.md)
---
## Wikipedia Search

View File

@@ -1,5 +1,5 @@
# How do I use this thing?
This is not a full turnkey setup for Docker yet?
This is not a full turnkey setup yet?
# Ollama local