A simple Matrix bot, which forwards messages to MistralAI or a local Ollama instance
- Python 100%
|
|
||
|---|---|---|
| .idea | tweaked prompt parameters | |
| config | initial commit | |
| matrixbotbernd | tweaked prompt parameters | |
| .gitignore | initial commit | |
| poetry.lock | added simple restart on error with max retry counter | |
| pyproject.toml | changed min python version to 3.11 (cause thats what Debian supports) | |
| README.md | changed min python version to 3.11 (cause thats what Debian supports) | |
Matrix Bot Bernd
A very simple Python based Matix Bot that could forward messages to a LLM (Mistral/Ollama)
Requirements
- Poetry >= 2.1.x
- Python >= 3.11.x
Usage
poetry install
poetry run mbb
Licence
Copyright 2025 derMicha
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.