Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

28
wiki/entities/NextChat.md Normal file
View File

@@ -0,0 +1,28 @@
---
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]]