From 0cc5a806563a9264b7c7751f4ca50e2f700c0847 Mon Sep 17 00:00:00 2001 From: AT Date: Mon, 11 Mar 2024 11:01:02 -0400 Subject: [PATCH] Update README.md Signed-off-by: AT --- gpt4all-api/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpt4all-api/README.md b/gpt4all-api/README.md index 5025e041..29dff5c8 100644 --- a/gpt4all-api/README.md +++ b/gpt4all-api/README.md @@ -1,4 +1,7 @@ # GPT4All REST API + +NOTICE: We are considering to deprecate this API as it has become challenging to maintain and test. If you have any interest in maintaining this or would like to takeover and adopt or discuss the future of this API please speak up in the discord channel. + This directory contains the source code to run and build docker images that run a FastAPI app for serving inference from GPT4All models. The API matches the OpenAI API spec.