From a15074c5c17c4b25eb22e59df1628f24c6ba000a Mon Sep 17 00:00:00 2001 From: Mayank Kishore <30852893+KishoreMayank@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:00:27 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 73 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 285be9a..508406a 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,22 @@ You can use 'mirageml', 'mirage', or 'mml' to call the package. mirage [OPTIONS] COMMAND [ARGS] ``` ``` -╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮ -│ --help Show this message and exit. │ -╰───────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮ -│ chat Chat with MirageML │ -│ login Login to MirageML │ -╰───────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Manage Source ───────────────────────────────────────────────────────────────────────────╮ -│ add Add a new source │ -│ delete Delete sources │ -│ list List sources │ -│ sync Sync sources │ -╰───────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Utils and Configs ───────────────────────────────────────────────────────────────────────╮ -│ config Manage the config │ -╰───────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Options ────────────────────────────────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Commands ───────────────────────────────────────────────────────────────────╮ +│ chat Chat with MirageML │ +│ login Login to Mirage ML │ +│ tutorial Walk through the basics of using mirageml │ +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Manage Resources ───────────────────────────────────────────────────────────╮ +│ add Add a new resource │ +│ delete Delete resources │ +│ list List resources │ +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Utils and Configs ──────────────────────────────────────────────────────────╮ +│ config Manage the config │ +╰──────────────────────────────────────────────────────────────────────────────╯ ``` ## Chat Commands @@ -42,24 +42,29 @@ mirage [OPTIONS] COMMAND [ARGS] mirage chat [OPTIONS] ``` ``` -╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮ -│ --files -f TEXT Path to files/directories to use as context. │ -│ │ -│ mirage chat -f {filepath} │ -│ [default: None] │ -│ --urls -u TEXT URLs to use as context. │ -│ │ -│ mirage chat -u {url} │ -│ [default: None] │ -│ --sources -s TEXT Specify sources to use as context: │ -│ │ -│ Ex: mirage chat -s disney-robot │ -│ │ -│ Sources: │ -│ │ -│ • disney-robot │ -│ --help Show this message and exit. │ -╰───────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Options ────────────────────────────────────────────────────────────────────╮ +│ --files -f TEXT Path to files/directories to use as context. │ +│ │ +│ mml chat -f {filepath} -f {directory} │ +│ [default: None] │ +│ --urls -u TEXT URLs to use as context. │ +│ │ +│ mml chat -u {url1} -u {url2} │ +│ [default: None] │ +│ --sources -s TEXT Specify sources: │ +│ │ +│ Ex: mml chat -s modal -s electronjs │ +│ │ +│ Sources: │ +│ │ +│ • modal │ +│ • electronjs │ +│ • notion │ +│ [default: None] │ +│ --system-prompt -sp TEXT Name of the system prompt to use │ +│ [default: None] │ +│ --help Show this message and exit. │ +╰──────────────────────────────────────────────────────────────────────────────╯ ``` ## Contributing From fda8cc7b65c507ba2b7af4649d616807c21b3f0f Mon Sep 17 00:00:00 2001 From: KishoreMayank Date: Tue, 7 Nov 2023 05:01:03 +0000 Subject: [PATCH 2/2] Bump the build number --- mirageml_version/_version_generated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirageml_version/_version_generated.py b/mirageml_version/_version_generated.py index 28262eb..3373301 100644 --- a/mirageml_version/_version_generated.py +++ b/mirageml_version/_version_generated.py @@ -1,2 +1,2 @@ # Copyright Mirage ML 2023 -build_number = 4 +build_number = 5