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.