Qodo Flow Setup

Installation Guide

  1. Virtual Environment Setup:

    • Create and activate a virtual environment.

    • Install dependencies:

      pip install -r requirements.txt
  2. API Key Configuration:

    • Copy alpha_codium/settings/.secrets_template.toml to .secrets.toml.

    • Insert your OpenAI API key:

      [openai]
      key = "YOUR_API_KEY"
  3. Dataset Preparation:

    • Download and extract the CodeContest dataset from Hugging Face.

    • Place the extracted folder in the project root directory.

Last updated

Logo

2025 Qodo. All Rights Reserved.