mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Update fabric.py
Removed "NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set the default model". This note appears to reflect behavior that is no longer happening.
This commit is contained in:
parent
6df49a44ad
commit
6dbc7a380f
@ -55,7 +55,7 @@ def main():
|
||||
parser.add_argument(
|
||||
'--presence_penalty', help="set the presence penalty for the model. Default is 0.1", default=0.1, type=float)
|
||||
parser.add_argument(
|
||||
"--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")
|
||||
"--update", "-u", help="Update patterns", 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…
Reference in New Issue
Block a user