learning_ai_common_plat/__LOCAL_LLMs
saravanakumardb1 d625be283c feat(local-llm): Phase D model router + multi-modal input (D1-D7)
- add lib/router.ts with task classifier, model hint mapping, resolve fallback chain, and auto-detect defaults
- integrate auto-routing mode in conversation model selector with __auto__ option
- persist/read model defaults from localStorage (llm-model-defaults)
- route prompts to selected/routed model before streaming
- add multi-modal input controls (attach file, image, voice)
- support attachment chips, removal, drag-and-drop file attach
- add audio transcription flow via /api/whisper/transcribe and append result to input
- support sending attachments payload alongside text from InputBar
2026-02-20 00:31:54 -08:00
..
dashboard feat(local-llm): Phase D model router + multi-modal input (D1-D7) 2026-02-20 00:31:54 -08:00
docs docs(local-llm): consolidate dashboard docs into dashboard/docs/ 2026-02-19 22:54:18 -08:00
LOCAL_LLMs_setup_mac_m4_48gb.md docs(local-llms): add developer guide — API endpoint, code examples, model selection 2026-02-19 18:43:06 -08:00