From f7ad634634a9e1c2b3307ef9e2c67f864e0fc357 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 12 Aug 2023 21:13:50 -0700 Subject: [PATCH] Remove --chat flag --- CMD_FLAGS.txt | 1 - INSTRUCTIONS.txt | 4 ++-- update_linux.sh | 0 3 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 update_linux.sh diff --git a/CMD_FLAGS.txt b/CMD_FLAGS.txt index 4e21811..e69de29 100644 --- a/CMD_FLAGS.txt +++ b/CMD_FLAGS.txt @@ -1 +0,0 @@ ---chat \ No newline at end of file diff --git a/INSTRUCTIONS.txt b/INSTRUCTIONS.txt index 053ad4b..6637b65 100644 --- a/INSTRUCTIONS.txt +++ b/INSTRUCTIONS.txt @@ -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 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 save the file. For instance, to add the --api flag, change the file contents to ---chat --api +--api # Running an interactive shell diff --git a/update_linux.sh b/update_linux.sh old mode 100644 new mode 100755