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

886 B
Raw Blame History

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

Overview

LobeChat73k stars是一款开源 AI 聊天前端,支持自定义 Provider可通过 OpenAI 兼容 API 接入 Hermes Agent。

Key Facts

  • GitHub Stars73k
  • LicenseApache 2.0
  • 集成方式:自定义 Provider 配置,指定 API URL 和 Key

Integration with Hermes Agent

通过 Hermes Agent 的 OpenAI 兼容 API Server 接入,需要配置:

  • API URLhttp://<host>:8642/v1/chat/completions(或 /v1/responses
  • API KeyAPI_SERVER_KEY 配置的 Bearer Token