Getting Started
Quick Start
Get started with Rogue in just a few minutes.
Prerequisites
- Python 3.11+
- An API key for an LLM provider (e.g., OpenAI, Google, Anthropic).
Installation
-
Clone the repository:
-
Install dependencies:
-
Set up your environment variables (Optional): Create a
.env
file in the root directory and add your API keys. Rogue usesLiteLLM
, so you can set keys for various providers.
Running Rogue
Launch the Gradio web UI with the following command:
Navigate to the URL displayed in your terminal (usually http://127.0.0.1:7860
) to begin.