mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
This commit is contained in:
commit
15d4ea180d
@ -14,7 +14,7 @@ Add `--extensions openai` to your command-line flags.
|
|||||||
|
|
||||||
* To create a public Cloudflare URL, also add the `--public-api` flag.
|
* To create a public Cloudflare URL, also add the `--public-api` flag.
|
||||||
* To listen on your local network, also add the `--listen` flag.
|
* To listen on your local network, also add the `--listen` flag.
|
||||||
* To change the port, which is 5000 by default, use `--port 1234` (change 1234 to your desired port number).
|
* To change the port, which is 5000 by default, use `--api-port 1234` (change 1234 to your desired port number).
|
||||||
* To use SSL, add `--ssl-keyfile key.pem --ssl-certfile cert.pem`. Note that it doesn't work with `--public-api`.
|
* To use SSL, add `--ssl-keyfile key.pem --ssl-certfile cert.pem`. Note that it doesn't work with `--public-api`.
|
||||||
|
|
||||||
#### Environment variables
|
#### Environment variables
|
||||||
|
Loading…
Reference in New Issue
Block a user