From a67f8132e1657974d2abe4abeb82df9be3d42bbd Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Wed, 28 Jun 2023 14:29:15 -0400 Subject: [PATCH] Update README.md Signed-off-by: Andriy Mulyar --- gpt4all-api/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gpt4all-api/README.md b/gpt4all-api/README.md index ae1cea87..64804886 100644 --- a/gpt4all-api/README.md +++ b/gpt4all-api/README.md @@ -1,5 +1,3 @@ -# WIP - not yet ready. - # GPT4All REST API 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. @@ -44,4 +42,4 @@ Once the FastAPI ap is started you can access its documentation and test the sea localhost:80/docs ``` -This documentation should match the OpenAI OpenAPI spec located at https://github.com/openai/openai-openapi/blob/master/openapi.yaml \ No newline at end of file +This documentation should match the OpenAI OpenAPI spec located at https://github.com/openai/openai-openapi/blob/master/openapi.yaml