6 ms·
Maybe this suggests it's not such a simple feature?
by __float 1y ago
Maybe this suggests it's not such a simple feature?
- LeoPanthera 1y agoLM Studio has this feature for local models and it works just fine.
- mccoyb 1y agoA perusal of the source code of, say, Ollama -- or the agentic harnesses of Crush / OpenCode -- will convince you that yes, this should be an extremely a simple feature (management of contexts are part and parcel). Also, these companies have the most advanced agentic coding systems on the planet. It should be able to fucking implement tree-like chat ...
- nomel 1y agoIf the client supports chat history, that you can resume a conversation, it has everything required, and it's literally just a chat history organization problem, at that point.