From a3f5903ba5dadff063ee7adb29f370e7b432f1e1 Mon Sep 17 00:00:00 2001 From: ryankupk Date: Fri, 29 Mar 2024 18:34:15 -0600 Subject: [PATCH] Correct output of `fabric -h` in readme --- README.md | 52 ++++++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index f78fd93..bb14e92 100644 --- a/README.md +++ b/README.md @@ -209,38 +209,7 @@ Once you have it all set up, here's how to use it. `fabric -h` ```bash -us the results in - realtime. NOTE: You will not be able to pipe the - output into another command. - --list, -l List available patterns - --clear Clears your persistent model choice so that you can - once again use the --model flag - --update, -u Update patterns. NOTE: This will revert the default - model to gpt4-turbo. please run --changeDefaultModel - to once again set default model - --pattern PATTERN, -p PATTERN - The pattern (prompt) to use - --setup Set up your fabric instance - --changeDefaultModel CHANGEDEFAULTMODEL - Change the default model. For a list of available - models, use the --listmodels flag. - --model MODEL, -m MODEL - Select the model to use. NOTE: Will not work if you - have set a default model. please use --clear to clear - persistence before using this flag - --listmodels List all available models - --remoteOllamaServer REMOTEOLLAMASERVER - The URL of the remote ollamaserver to use. ONLY USE - THIS if you are using a local ollama server in an non- - deault location or port - --context, -c Use Context file (context.md) to add context to your - pattern -age: fabric [-h] [--text TEXT] [--copy] [--agents {trip_planner,ApiKeys}] - [--output [OUTPUT]] [--stream] [--list] [--clear] [--update] - [--pattern PATTERN] [--setup] - [--changeDefaultModel CHANGEDEFAULTMODEL] [--model MODEL] - [--listmodels] [--remoteOllamaServer REMOTEOLLAMASERVER] - [--context] +usage: fabric [-h] [--text TEXT] [--copy] [--agents {trip_planner,ApiKeys}] [--output [OUTPUT]] [--stream] [--list] [--update] [--pattern PATTERN] [--setup] [--changeDefaultModel CHANGEDEFAULTMODEL] [--model MODEL] [--listmodels] [--remoteOllamaServer REMOTEOLLAMASERVER] [--context] An open source framework for augmenting humans using AI. @@ -249,12 +218,23 @@ options: --text TEXT, -t TEXT Text to extract summary from --copy, -C Copy the response to the clipboard --agents {trip_planner,ApiKeys}, -a {trip_planner,ApiKeys} - Use an AI agent to help you with a task. Acceptable - values are 'trip_planner' or 'ApiKeys'. This option - cannot be used with any other flag. + Use an AI agent to help you with a task. Acceptable values are 'trip_planner' or 'ApiKeys'. This option cannot be used with any other flag. --output [OUTPUT], -o [OUTPUT] Save the response to a file - --stream, -s Use this option if you want to see + --stream, -s Use this option if you want to see the results in realtime. NOTE: You will not be able to pipe the output into another command. + --list, -l List available patterns + --update, -u Update patterns. NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set default model + --pattern PATTERN, -p PATTERN + The pattern (prompt) to use + --setup Set up your fabric instance + --changeDefaultModel CHANGEDEFAULTMODEL + Change the default model. For a list of available models, use the --listmodels flag. + --model MODEL, -m MODEL + Select the model to use. NOTE: Will not work if you have set a default model. please use --clear to clear persistence before using this flag + --listmodels List all available models + --remoteOllamaServer REMOTEOLLAMASERVER + The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-deault location or port + --context, -c Use Context file (context.md) to add context to your pattern ``` #### Example commands