mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update 12 - OpenAI API.md
This commit is contained in:
parent
0777b0d3c7
commit
7ed2143cd6
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user