-
Create virtual environment
python3 -m venv dspy-venv
-
Activate - source dspy-venv/bin/activate
-
Install packages - pip install -r requirements.txt
-
Create .env file
- Get API key from https://console.anthropic.com/settings/keys
- Add ANTHROPIC_API_KEY=your_api_key
-
Update
job_posting.txt
with the job posting you want to write a proposal for. -
Update
resume.txt
with any relevant text information about your credentials. -
Run
python start.py
- Follow above steps to setup the environment
- Update the job_text.txt file with the job description.
- Run
python job_skills.py
- Simple example showing how we could potentially grade the skill outputs from a model. Utilizes Sonnet as the grader and Haiku as the generator.
- Follow above steps to setup the environment
- Run
python signature_opt.py