Huggingface Models Integrated

This commit is contained in:
ahsan3219
2024-11-18 04:49:02 +05:00
parent b7d609d315
commit 7bf9c5c1b6
10 changed files with 9295 additions and 9 deletions

View File

@@ -72,6 +72,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
...