Do not install extensions requirements by default (#5621)

This commit is contained in:
oobabooga 2024-03-04 04:46:39 -03:00 committed by GitHub
parent fa4ce0eee8
commit 527ba98105
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 180 additions and 43 deletions

View file

@ -7,12 +7,6 @@ The main API for this project is meant to be a drop-in replacement to the OpenAI
* 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:
```
pip install -r extensions/openai/requirements.txt
```
### Starting the API
Add `--api` to your command-line flags.