Update nexus wiki content
This commit is contained in:
28
wiki/entities/LibreChat.md
Normal file
28
wiki/entities/LibreChat.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "LibreChat"
|
||||
type: entity
|
||||
tags:
|
||||
- "ai-chat"
|
||||
- "open-source"
|
||||
- "multi-backend"
|
||||
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
|
||||
last_updated: 2026-05-02
|
||||
---
|
||||
|
||||
## Overview
|
||||
LibreChat(34k stars)是一款开源多后端聊天平台,支持同时连接多个 AI 后端。可通过 `librechat.yaml` 配置接入 Hermes Agent。
|
||||
|
||||
## Key Facts
|
||||
- **GitHub Stars**:34k
|
||||
- **License**:MIT
|
||||
- **集成方式**:`librechat.yaml` 配置文件
|
||||
|
||||
## Integration with Hermes Agent
|
||||
通过 `librechat.yaml` 配置 OpenAI 兼容 Provider:
|
||||
- **API URL**:`http://<host>:8642/v1/chat/completions`
|
||||
- **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