mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 07:25:10 -05:00
changed some documentation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user