29 lines
713 B
Markdown
29 lines
713 B
Markdown
---
|
||
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
|
||
ChatBox(39k 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]]
|