Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

29
wiki/entities/Jan.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Jan"
type: entity
tags:
- "ai-chat"
- "local-ai"
- "open-source"
sources: [expose-hermes-agent-as-an-openai-compatible-api-for-any-frontend]
last_updated: 2026-05-02
---
## Overview
Jan26k stars是一款开源本地 AI 应用,支持 Remote Model 配置接入远程 API。
## Key Facts
- **GitHub Stars**26k
- **License**AGPL
- **特点**:完全本地运行,数据不离开设备
- **集成方式**Remote Model 配置
## Integration with Hermes Agent
通过 Remote Model 配置:
- **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]]