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

29 lines
789 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: "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
NextChat87k 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]]