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

789 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
NextChat entity
ai-chat
open-source
frontend
expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend
2026-05-02

Overview

NextChat87k stars是一款开源 ChatGPT Web 应用,支持通过 BASE_URL 环境变量配置自定义后端接入 Hermes Agent。

Key Facts

  • GitHub Stars87k
  • LicenseMIT
  • 集成方式:设置 BASE_URL 环境变量

Integration with Hermes Agent

通过环境变量配置:

  • API URLhttp://<host>:8642/v1/chat/completions
  • 认证:通过 API_SERVER_KEY Bearer Token