Merge branch 'main' into main

This commit is contained in:
Chris Mahoney
2024-11-21 20:39:08 -06:00
committed by GitHub
35 changed files with 755 additions and 200 deletions

View File

@@ -75,6 +75,7 @@ pnpm install
- Add your LLM API keys (only set the ones you plan to use):
```bash
GROQ_API_KEY=XXX
HuggingFace_API_KEY=XXX
OPENAI_API_KEY=XXX
ANTHROPIC_API_KEY=XXX
...