29 lines
789 B
Markdown
29 lines
789 B
Markdown
---
|
||
title: "NextChat"
|
||
type: entity
|
||
tags:
|
||
- "ai-chat"
|
||
- "open-source"
|
||
- "frontend"
|
||
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
|
||
last_updated: 2026-05-02
|
||
---
|
||
|
||
## Overview
|
||
NextChat(87k stars)是一款开源 ChatGPT Web 应用,支持通过 `BASE_URL` 环境变量配置自定义后端接入 Hermes Agent。
|
||
|
||
## Key Facts
|
||
- **GitHub Stars**:87k
|
||
- **License**:MIT
|
||
- **集成方式**:设置 `BASE_URL` 环境变量
|
||
|
||
## Integration with Hermes Agent
|
||
通过环境变量配置:
|
||
- **API URL**:`http://<host>:8642/v1/chat/completions`
|
||
- **认证**:通过 `API_SERVER_KEY` Bearer Token
|
||
|
||
## Related Pages
|
||
- [[expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]]
|
||
- [[hermes-agent]](via Hermes-Agent.md)
|
||
- [[OpenAI-Compatible-API]]
|