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