mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Do not install extensions requirements by default (#5621)
This commit is contained in:
parent
fa4ce0eee8
commit
527ba98105
23 changed files with 180 additions and 43 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue