diff --git a/README.md b/README.md index 3b3769a..391a128 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/modules/README.md b/modules/README.md index 43b0406..202c2e0 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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 diff --git a/modules/llm.md b/modules/llm.md index cfdf2c6..341f442 100644 --- a/modules/llm.md +++ b/modules/llm.md @@ -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