Browse Source

changed some documentation

pull/174/head
jad2121 1 year ago
parent
commit
577abcdbc1
  1. 2
      installer/client/cli/fabric.py

2
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"

Loading…
Cancel
Save