Update nexus wiki content
This commit is contained in:
28
wiki/entities/LobeChat.md
Normal file
28
wiki/entities/LobeChat.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "LobeChat"
|
||||
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
|
||||
LobeChat(73k stars)是一款开源 AI 聊天前端,支持自定义 Provider,可通过 OpenAI 兼容 API 接入 Hermes Agent。
|
||||
|
||||
## Key Facts
|
||||
- **GitHub Stars**:73k
|
||||
- **License**:Apache 2.0
|
||||
- **集成方式**:自定义 Provider 配置,指定 API URL 和 Key
|
||||
|
||||
## Integration with Hermes Agent
|
||||
通过 Hermes Agent 的 OpenAI 兼容 API Server 接入,需要配置:
|
||||
- **API URL**:`http://<host>:8642/v1/chat/completions`(或 `/v1/responses`)
|
||||
- **API Key**:`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]]
|
||||
Reference in New Issue
Block a user