Setup
Installation Guide
Virtual Environment Setup:
Create and activate a virtual environment.
Install dependencies:
Copy
Copy
pip install -r requirements.txt
API Key Configuration:
Copy
alpha_codium/settings/.secrets_template.toml
to.secrets.toml
.Insert your OpenAI API key:
Copy
Copy
[openai] key = "YOUR_API_KEY"
Dataset Preparation:
Download and extract the CodeContest dataset from Hugging Face.
Place the extracted folder in the project root directory.
Last updated