From 08dd92108872125b090f522ff5ff0fded7ae70a6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 2 Sep 2024 11:09:03 -0700 Subject: [PATCH] gemma2:2b --- README.md | 5 +++-- config.template | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eae1fcf..7167176 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Along with network testing, this bot has a lot of other fun features, like simpl The bot is also capable of using dual radio/nodes, so you can monitor two networks at the same time and send messages to nodes using the same `bbspost @nodeNumber #message` or `bbspost @nodeShportName #message` function. There is a small message board to fit in the constraints of Meshtastic for posting bulletin messages with `bbspost $subject #message`. -Look up data using wiki results or interact with [Ollama](https://ollama.com) LLM AI see the [OllamaDocs](https://github.com/ollama/ollama/tree/main/docs) If Ollama is enabled you can DM the bot directly. +Look up data using wiki results or interact with [Ollama](https://ollama.com) LLM AI see the [OllamaDocs](https://github.com/ollama/ollama/tree/main/docs) If Ollama is enabled you can DM the bot directly. The default model for mesh-bot which is currently `gemma2:2b` The bot will report on anyone who is getting close to the configured lat/long, if in a remote location. @@ -148,7 +148,8 @@ signalHoldTime = 10 signalCooldown = 5 signalCycleLimit = 5 ``` -Ollama Settings, a quick note that for Ollama to work the command line ollama run 'model' needs to work properly. Check that you have enough RAM and your GPU are working as expected. the default is set to gemma2:2b (run `ollama pull gemma2:2b` on command line, to download and setup) however I have found gemma2:2b to be lighter, faster and seems better overall. (llama3,1 `olamma pull llama3.1`) +Ollama Settings, for Ollama to work the command line `ollama run 'model'` needs to work properly. Check that you have enough RAM and your GPU are working as expected. The default model for this project, is set to `gemma2:2b` (run `ollama pull gemma2:2b` on command line, to download and setup) however I have found gemma2:2b to be lighter, faster and seems better overall vs llama3,1 (`olamma pull llama3.1`) + - From the command terminal of your system with mesh-bot, download the default model for mesh-bot which is currently `ollama pull gemma2:2b` ``` # Enable ollama LLM see more at https://ollama.com diff --git a/config.template b/config.template index 0a3c41b..652fb6c 100644 --- a/config.template +++ b/config.template @@ -38,8 +38,8 @@ spaceWeather = True wikipedia = True # Enable ollama LLM see more at https://ollama.com ollama = False -# Ollama model to use (defaults to llama3.1) -# ollamaModel = gemma2:2b +# Ollama model to use (defaults to gemma2:2b) +# ollamaModel = llama3.1 # StoreForward Enabled and Limits StoreForward = True StoreLimit = 3