mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Don't launch chat mode by default
This commit is contained in:
parent
eac8450ef7
commit
564a8c507f
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue