From cc2ed46d44cb8aed982c2a13ccfe6b27c06b6068 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:55:09 -0300 Subject: [PATCH] Make chat the default again --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 0304e09f..080e94c1 100644 --- a/webui.py +++ b/webui.py @@ -12,7 +12,7 @@ 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 # Example: CMD_FLAGS = '--chat --listen' -CMD_FLAGS = '' +CMD_FLAGS = '--chat' # Allows users to set flags in "OOBABOOGA_FLAGS" environment variable