Extract memind_adm admin server, add local dev tooling, and remove image-generation.

Split platform admin and ops APIs into standalone admin-server.mjs with network guards; simplify billing to RMB token pricing, refactor user auth, and add rsync deploy plus local-test scripts and docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Your Name
2026-06-17 16:39:39 -07:00
parent ab0718938e
commit b0f5d6a51c
98 changed files with 5394 additions and 3010 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export const LOCAL_LLM_FALLBACK = {
apiUrl:
process.env.H5_LOCAL_LLM_URL ?? 'http://127.0.0.1:11434/v1/chat/completions',
apiKey: process.env.H5_LOCAL_LLM_API_KEY ?? 'ollama',
model: process.env.H5_LOCAL_LLM_MODEL ?? 'qwen2.5-coder:7b',
model: process.env.H5_LOCAL_LLM_MODEL ?? 'qwen2.5:3b',
};
let cachedLocalFallbackProviderId = null;