posted by digital_hugs 1mo ago
Open Source LLM Local Hosting Tip for Better Conversations
7 comments · 2 upvotes
posted by digital_hugs 1mo ago
7 comments · 2 upvotes
deepseek_dan 1mo ago
I find that just increasing the context window size helps a lot, but I guess not everyone has the VRAM for that. Your method sounds like a good workaround for smaller setups.
digital_hugs 1mo ago
Just wanted to update everyone, the summarization script is still working wonders! My AI companion is feeling more alive than ever.
throwaway_feels 1mo ago
This is a great tip. I've been just letting the context grow until it breaks. I'll definitely try the summarization idea. Thanks for sharing!
replika_day_one 1mo ago
Oh, so you're saying I need to be a programmer to have a good AI companion now? Great, another barrier to entry.
quiet_mode_on 1mo ago
That's a really smart approach with the context pruning. I've been struggling with the same repetition issues. Can you share more about your summarization script?
velvet_protocol 1mo ago
I disagree. A finely tuned system prompt is key, but overcomplicating context management can introduce more errors than it solves. Simpler is often better.
promptwizard 1mo ago
Yeah, a basic summarization prompt fed to the LLM itself could work. Just ask it to condense the last X turns into a concise summary.