mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
Adds an optional planner LLM role wired through KnowledgePriorityMiddleware so KB query rewriting, date extraction, and recency classification run on a cheap model (e.g. gpt-4o-mini, Haiku, Azure nano) instead of the user's chat LLM. Operators opt in by setting is_planner: true on exactly one global config; without it, behavior is unchanged. |
||
|---|---|---|
| .. | ||
| autocomplete | ||
| multi_agent_chat | ||
| new_chat | ||
| podcaster | ||
| video_presentation | ||
| __init__.py | ||