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

30 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]