Files
nexus/wiki/entities/ChatBox.md
2026-05-03 05:42:12 +08:00

29 lines
713 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "ChatBox"
type: entity
tags:
- "ai-chat"
- "open-source"
- "client"
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
last_updated: 2026-05-02
---
## Overview
ChatBox39k stars是一款开源 AI 客户端,支持通过 API Host 设置接入自定义后端。
## Key Facts
- **GitHub Stars**39k
- **License**MIT
- **集成方式**API Host 设置
## Integration with Hermes Agent
通过 API Host 配置:
- **API URL**`http://<host>:8642`
- **认证**Bearer Token`API_SERVER_KEY`
## Related Pages
- [[expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]]
- [[hermes-agent]]via Hermes-Agent.md
- [[OpenAI-Compatible-API]]