Quickstart

Get up and running with Strata AI in just a few steps:

Step 1: Clone the Repository

  1. Visit the official Strata AI GitHub repository: Strata AI GitHub.

  2. Clone the repository to your local machine:

    git clone https://github.com/Kakachininja/StrataAI

Step 2: Install Dependencies

  • Navigate to the project directory and install required dependencies:

    cd StrataAI
    pip install -r requirements.txt

Step 3: Configure the Framework

  1. Open the configuration file (config.yaml) and specify the LLMs you want to integrate.

  2. Define routing rules for optimizing prompt allocation.

Step 4: Run the Framework

  • Start Strata AI and test it with your prompts:

    python main.py

Step 5: Explore Features

  • Refer to our Core Features for guidance on leveraging Strata AI’s full potential.

Last updated