From b64b1cdef2b7b10046d4b064cd6985fbda1098dc Mon Sep 17 00:00:00 2001 From: Jonathan Dunn Date: Thu, 7 Mar 2024 09:37:25 -0500 Subject: [PATCH] changed some documentation --- installer/client/cli/fabric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/client/cli/fabric.py b/installer/client/cli/fabric.py index 81c6109..a6145ec 100755 --- a/installer/client/cli/fabric.py +++ b/installer/client/cli/fabric.py @@ -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"