Bug fixes from systematic review of H.7 LLM router wiring: - lib/llm-router.ts: remove RUST_RUNTIME_TIMEOUT_MS (300s IPC timeout) override — let LlmRouter use its built-in 30s default, appropriate for cloud API calls - server.test.ts: add debug/error to appMock.log — prevents fragile failures if any startup path hits those log levels - server.test.ts: add OLLAMA_URL + OLLAMA_MODELS to config mock New feature: - config.ts: add OLLAMA_URL + OLLAMA_MODELS env vars for local Ollama support - server.ts: wire Ollama env vars into initLlmRouter() — set OLLAMA_MODELS=model1,model2 to auto-add local Ollama as a provider 57 tests passing, 9 test files, typecheck clean |
||
|---|---|---|
| .. | ||
| AI_IDE_CHAT_HISTORY/WINDSURF | ||
| dashboard | ||
| docs | ||
| OPEN_CLAW | ||
| oss_llm | ||
| VOICEBOX | ||
| windows_specific | ||
| .gitignore | ||
| download-tts-models.sh | ||
| LOCAL_LLMs_setup_mac_m4_48gb.md | ||
| setup-tts.sh | ||
| start-dashboard.sh | ||
| test_orpheus_tts.py | ||
| test_qwen_tts.py | ||