From aa5351d8eebb718fbb742ddbe5099c0221e5e231 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Tue, 28 May 2024 00:43:54 +0200 Subject: [PATCH] fix: add information about compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70957a3..0280d6d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ It is **recommended** to use a custom model, to get the best chatting experience You can use [OpenWebUI](https://github.com/open-webui/open-webui) to configure and interact with the Ollama API. It is also a nice web panel for the system, if you were looking for a web-specific system. +## Compatibility + +This software has only been tested on a Windows system with Docker Desktop and the provided Docker Compose. It should work on other systems, but it is not guaranteed. + ## Credits This is based on [mxyng/discollama](https://github.com/mxyng/discollama), but is heavily modified to fit the needs of a chatbot, rather than a response generator.