botserver/src/llm
Rodrigo Rodriguez (Pragmatismo) 41d7377ab7 feat: implement message deduplication and LLM config improvements
- Deduplicate consecutive messages with same role in conversation history
- Add n_predict configuration option for LLM server
- Prevent duplicate message storage in session manager
- Update announcement schedule timing from 37 to 55 minutes
- Add default n_predict value in default bot config
2025-11-03 14:13:22 -03:00
..
anthropic.rs feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00
azure.rs feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00
local.rs feat: implement message deduplication and LLM config improvements 2025-11-03 14:13:22 -03:00
mod.rs feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00