Skip to content

Commit

Permalink
changed some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dunn authored and Jonathan Dunn committed Mar 7, 2024
1 parent 577abcd commit b64b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/client/cli/fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main():
"--setup", help="Set up your fabric instance", action="store_true"
)
parser.add_argument('--changeDefaultModel',
help="Change the default model. Your choice will be saved in ~/.config/fabric/.env). For a list of available models, use the --listmodels flag.")
help="Change the default model. For a list of available models, use the --listmodels flag.")

parser.add_argument(
"--model", "-m", help="Select the model to use. NOTE: Will not work if you have set a default model. please use --clear to clear persistance before using this flag", default="gpt-4-turbo-preview"
Expand Down

0 comments on commit b64b1cd

Please sign in to comment.