fix: 恢复LLM_API_KEY + 添加OBSIDIAN_VAULT配置

- 修复 systemd service 中损坏的 API key
- 添加 OBSIDIAN_VAULT 环境变量
- 添加 systemd override 机制
This commit is contained in:
xiaowei 2026-05-30 09:25:52 +08:00
parent d876b963c8
commit af14d7aa5f
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@
event: '#f85149'
};
const API_BASE = 'http://100.65.23.30:7821';
const API_BASE = window.location.origin;
const API_KEY = 'zhiyi-dev-key-2026';
let nodes = [], links = [];
let simulation, svg, g, linkGroup, nodeGroup, labelGroup;