feat: wire up LlamaCppClient to model router

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-02-05 13:20:20 -08:00
parent 8e7fa24fd6
commit d86710577d
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
export { OllamaClient, type OllamaClientConfig } from './ollama.js';
export { LlamaCppClient, type LlamaCppClientConfig } from './llamacpp.js';