30 lines
812 B
Markdown
30 lines
812 B
Markdown
---
|
||
title: "AnythingLLM"
|
||
type: entity
|
||
tags:
|
||
- "ai-chat"
|
||
- "rag"
|
||
- "open-source"
|
||
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
|
||
last_updated: 2026-05-02
|
||
---
|
||
|
||
## Overview
|
||
AnythingLLM(56k stars)是一款开源 RAG AI 应用,支持 Generic OpenAI Provider 接入 Hermes Agent。
|
||
|
||
## Key Facts
|
||
- **GitHub Stars**:56k
|
||
- **License**:MIT
|
||
- **特点**:内置 RAG 知识库功能
|
||
- **集成方式**:Generic OpenAI Provider 配置
|
||
|
||
## Integration with Hermes Agent
|
||
通过 Generic OpenAI Provider 配置:
|
||
- **API URL**:`http://<host>:8642/v1/chat/completions`
|
||
- **认证**:Bearer Token(`API_SERVER_KEY`)
|
||
|
||
## Related Pages
|
||
- [[expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]]
|
||
- [[hermes-agent]](via Hermes-Agent.md)
|
||
- [[OpenAI-Compatible-API]]
|