parser.add_argument("--pattern","-p",help="The pattern (prompt) to use")
@ -47,7 +49,7 @@ def main():
help="Change the default model. Your choice will be saved in ~/.config/fabric/.env). For a list of available models, use the --listmodels flag.")
parser.add_argument(
"--model","-m",help="Select the model to use (GPT-4 by default for chatGPT and llama2 for Ollama)",default="gpt-4-turbo-preview"
"--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"
)
parser.add_argument(
"--listmodels",help="List all available models",action="store_true"