From bc9baff0dcdd97b42e1b87ce56adb9705f2645f2 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Thu, 10 Aug 2023 11:29:54 +0200 Subject: [PATCH] Add official repository URL. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 617b5c0..7db5ea4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ChatMastermind is a Python application that automates conversation with AI, stor The project uses the OpenAI API to generate responses and stores the data in YAML files. It also allows you to filter chat history based on tags and supports autocompletion for tags. +Official repository URL: https://kaizenkodo.no/gitea/kaizenkodo/ChatMastermind.git + ## Requirements - Python 3.6 or higher