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:
@@ -351,7 +351,7 @@ test('syncProfileToGoosed tolerates missing /config/upsert endpoint', async () =
|
||||
});
|
||||
|
||||
test('LOCAL_LLM_FALLBACK defaults to local ollama 7b', () => {
|
||||
assert.equal(LOCAL_LLM_FALLBACK.model, 'qwen2.5-coder:7b');
|
||||
assert.equal(LOCAL_LLM_FALLBACK.model, 'qwen2.5:3b');
|
||||
assert.match(LOCAL_LLM_FALLBACK.apiUrl, /11434/);
|
||||
assert.equal(LOCAL_LLM_FALLBACK.enabled, true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user