Qodo Flow Setup
Installation Guide
Virtual Environment Setup:
Create and activate a virtual environment.
Install dependencies:
API Key Configuration:
Copy
alpha_codium/settings/.secrets_template.toml
to.secrets.toml
.Insert your OpenAI API key:
Dataset Preparation:
Download and extract the CodeContest dataset from Hugging Face.
Place the extracted folder in the project root directory.
Last updated