qmd/src
Tobi Lutke c9ac3c1463
Use default createContext() options for better VRAM management
Let node-llama-cpp handle context size and sequences automatically.
The mutex still serializes generation calls for safety.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 13:54:30 -04:00
..
cli.test.ts Add path normalization, output format tests, and fix test isolation 2025-12-20 14:45:18 -04:00
collections.ts Add QMD_CONFIG_DIR environment variable for test isolation 2025-12-13 11:19:03 -05:00
eval.test.ts Simplify disposal: let llama cascade to children, remove test dispose calls 2025-12-21 13:47:55 -04:00
formatter.ts Add docid, line-numbers, handelize, and fix displayPath format 2025-12-16 13:26:39 -04:00
llm.test.ts Simplify disposal: let llama cascade to children, remove test dispose calls 2025-12-21 13:47:55 -04:00
llm.ts Use default createContext() options for better VRAM management 2025-12-21 13:54:30 -04:00
mcp.test.ts Simplify disposal: let llama cascade to children, remove test dispose calls 2025-12-21 13:47:55 -04:00
mcp.ts Add docid, line-numbers, handelize, and fix displayPath format 2025-12-16 13:26:39 -04:00
qmd.ts Add production mode guard to prevent tests from using global index 2025-12-21 13:20:32 -04:00
store.test.ts Add production mode guard to prevent tests from using global index 2025-12-21 13:20:32 -04:00
store.ts Add production mode guard to prevent tests from using global index 2025-12-21 13:20:32 -04:00