pip install -r requirements.txt
Create a .env file in the root directory and add the following API keys:
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
HUGGINGFACE_API_KEY=your_huggingface_api_key
WANDB_API_KEY=your_wandb_api_key
Run the main script:
python main.py
9 commits
Python
100.0%
pip install -r requirements.txt
Create a .env file in the root directory and add the following API keys:
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
HUGGINGFACE_API_KEY=your_huggingface_api_key
WANDB_API_KEY=your_wandb_api_key
Run the main script:
python main.py
9 commits
Python
100.0%