diff --git a/installer/client/cli/fabric.py b/installer/client/cli/fabric.py index 95379b8..81c6109 100755 --- a/installer/client/cli/fabric.py +++ b/installer/client/cli/fabric.py @@ -40,7 +40,7 @@ def main(): parser.add_argument('--clear', help="Clears your persistant model choice so that you can once again use the --model flag", action="store_true") parser.add_argument( - "--update", "-u", help="Update patterns", action="store_true") + "--update", "-u", help="Update patterns. NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set default model", action="store_true") parser.add_argument("--pattern", "-p", help="The pattern (prompt) to use") parser.add_argument( "--setup", help="Set up your fabric instance", action="store_true"