From 7ed2143cd61dd1fc94a1fb6c92f7592c79236024 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:56:04 -0300 Subject: [PATCH] Update 12 - OpenAI API.md --- docs/12 - OpenAI API.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/12 - OpenAI API.md b/docs/12 - OpenAI API.md index e779f492..1b0eccb5 100644 --- a/docs/12 - OpenAI API.md +++ b/docs/12 - OpenAI API.md @@ -1,6 +1,11 @@ ## OpenAI compatible API -The main API for this project is meant to be a drop-in replacement to the OpenAI API, including Chat and Completions endpoints. +The main API for this project is meant to be a drop-in replacement to the OpenAI API, including Chat and Completions endpoints. + +* It is 100% offline and private. +* It doesn't create any logs. +* It doesn't connect to OpenAI. +* It doesn't use the openai-python library. If you did not use the one-click installers, you may need to install the requirements first: