mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Remove --chat flag
This commit is contained in:
parent
949c92d7df
commit
f7ad634634
@ -1 +0,0 @@
|
|||||||
--chat
|
|
@ -13,13 +13,13 @@ To launch the web UI in the future after it is already installed, run the
|
|||||||
Run the "update" script. It will install the updates only, so it should
|
Run the "update" script. It will install the updates only, so it should
|
||||||
be much faster than the initial installation.
|
be much faster than the initial installation.
|
||||||
|
|
||||||
# Adding flags like --chat, --notebook, etc
|
# Adding flags like --model, --api, etc
|
||||||
|
|
||||||
Open the "CMD_FLAGS.txt" file with a text editor, add your flags, and
|
Open the "CMD_FLAGS.txt" file with a text editor, add your flags, and
|
||||||
save the file. For instance, to add the --api flag, change the file
|
save the file. For instance, to add the --api flag, change the file
|
||||||
contents to
|
contents to
|
||||||
|
|
||||||
--chat --api
|
--api
|
||||||
|
|
||||||
# Running an interactive shell
|
# Running an interactive shell
|
||||||
|
|
||||||
|
0
update_linux.sh
Normal file → Executable file
0
update_linux.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user