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: