The MirageML Python Library provides a convenient interface to run AI in the terminal using your files or web documentation as context.
This requires Python 3.9 or later. Install the package with:
pip install -U mirageml
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 │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
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. │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
If you want to contribute to MirageML, follow these steps:
- Fork the repository: Click on the 'Fork' button at the top right corner of the repository page on GitHub.
- Clone the forked repository to your local machine.
git clone https://github.com/<user_name>/mirageml_pip.git
- Create a new branch for your changes:
git checkout -b <user_name>/your-branch-name
- Review the CONTRIBUTING.md file for details on installing pip pacakages, testing, and linting.
- Make your changes in this branch.
- Commit your changes:
git commit -m "Your commit message"
- Push your changes to your forked repository:
git push origin your-branch-name
- Create a Pull Request: Go to your forked repository on GitHub and click on 'New Pull Request'.
Please provide a clear and concise description of your changes in the pull request description.
Send an email to support@mirageml.com for support.