Update 12 - OpenAI API.md

This commit is contained in:
oobabooga 2023-11-10 11:56:04 -03:00 committed by GitHub
parent 0777b0d3c7
commit 7ed2143cd6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,11 @@
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:
```