diff --git a/webui.py b/webui.py index fe92c328..004752a9 100644 --- a/webui.py +++ b/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: # 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