mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 07:51:45 +08:00
docs: add Hugging Face provider to all documentation pages
- quickstart.md: add to provider table - configuration.md: add to provider table, add dedicated section with usage examples, config.yaml snippet, routing suffixes, and token info; also fix pre-existing duplicate Alibaba Cloud entry - environment-variables.md: add HF_TOKEN + HF_BASE_URL, add huggingface to HERMES_INFERENCE_PROVIDER values - fallback-providers.md: add to supported providers table and auto-detection chain
This commit is contained in:
@@ -50,6 +50,7 @@ hermes setup # Or configure everything at once
|
||||
| **MiniMax** | International MiniMax endpoint | Set `MINIMAX_API_KEY` |
|
||||
| **MiniMax China** | China-region MiniMax endpoint | Set `MINIMAX_CN_API_KEY` |
|
||||
| **Alibaba Cloud** | Qwen models via DashScope | Set `DASHSCOPE_API_KEY` |
|
||||
| **Hugging Face** | 20+ open models via unified router (Qwen, DeepSeek, Kimi, etc.) | Set `HF_TOKEN` |
|
||||
| **Kilo Code** | KiloCode-hosted models | Set `KILOCODE_API_KEY` |
|
||||
| **Vercel AI Gateway** | Vercel AI Gateway routing | Set `AI_GATEWAY_API_KEY` |
|
||||
| **Custom Endpoint** | VLLM, SGLang, or any OpenAI-compatible API | Set base URL + API key |
|
||||
|
||||
Reference in New Issue
Block a user