Commit c35350e
committed
feat(component): add ChatLLM binding for chat conversations
- Add ChatLLM binding to support separate LLM model for chat
- Update CallLLMNode to use ChatLLM instead of CheapLLM
- Update test fixtures to bind ChatLLM in all configurations
- Update unit tests to include ChatLLM binding
This enables 3 distinct LLM models:
- SmartLLM: Query generation from scratch
- CheapLLM: Query generation from cached samples
- ChatLLM: Chat conversations1 parent 6151729 commit c35350e
5 files changed
Lines changed: 2960 additions & 3228 deletions
File tree
- src
- __tests__
- fixtures
- unit/nodes
- graphs/chat/nodes
0 commit comments