1
0
Fork
You've already forked MatrixBotBernd
0
A simple Matrix bot, which forwards messages to MistralAI or a local Ollama instance
  • Python 100%
2025年06月10日 14:15:17 +02:00
.idea tweaked prompt parameters 2025年06月10日 14:15:17 +02:00
config initial commit 2025年06月09日 10:43:03 +02:00
matrixbotbernd tweaked prompt parameters 2025年06月10日 14:15:17 +02:00
.gitignore initial commit 2025年06月09日 10:43:03 +02:00
poetry.lock added simple restart on error with max retry counter 2025年06月10日 14:04:30 +02:00
pyproject.toml changed min python version to 3.11 (cause thats what Debian supports) 2025年06月09日 11:53:48 +02:00
README.md changed min python version to 3.11 (cause thats what Debian supports) 2025年06月09日 11:53:48 +02:00

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.