diff --git a/README.md b/README.md index e662dc4..f727c28 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 +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) The bot will report on anyone who is getting close to the configured lat/long, if in a remote location. diff --git a/modules/settings.py b/modules/settings.py index 9249ab2..6a24b6d 100644 --- a/modules/settings.py +++ b/modules/settings.py @@ -26,6 +26,8 @@ retry_int1 = False retry_int2 = False scheduler_enabled = False # enable the scheduler currently config via code only wiki_return_limit = 3 # limit the number of sentences returned off the first paragraph first hit +llmRunCounter = 0 +llmTotalRuntime = [] # Read the config file, if it does not exist, create basic config file config = configparser.ConfigParser()