mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-31 22:50:15 +01:00
Don't launch chat mode by default
This commit is contained in:
parent
eac8450ef7
commit
564a8c507f
3
webui.py
3
webui.py
@ -10,7 +10,8 @@ conda_env_path = os.path.join(script_dir, "installer_files", "env")
|
|||||||
|
|
||||||
# Use this to set your command-line flags. For the full list, see:
|
# Use this to set your command-line flags. For the full list, see:
|
||||||
# https://github.com/oobabooga/text-generation-webui/#starting-the-web-ui
|
# https://github.com/oobabooga/text-generation-webui/#starting-the-web-ui
|
||||||
CMD_FLAGS = '--chat'
|
# Example: CMD_FLAGS = '--chat --listen'
|
||||||
|
CMD_FLAGS = ''
|
||||||
|
|
||||||
|
|
||||||
# Allows users to set flags in "OOBABOOGA_FLAGS" environment variable
|
# Allows users to set flags in "OOBABOOGA_FLAGS" environment variable
|
||||||
|
Loading…
Reference in New Issue
Block a user