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