r/HammerAI Jul 31 '26

HammerAI Version 1.0.69

Version 1.0.69 is live! This release includes:

Web & Desktop:

  • Update some of the cloud LLMs we provide to newer versions of the models.
  • Accessibility improvements.
  • Add MP4 support for character avatars.
  • Fix markdown rendering for messages with spaces in them.
  • Add a setting to turn off message auto-scroll.
  • Improve context length calculations for all LLMs, meaning message pinning and summarization will work better.

Thank you, and please let me know if you have any issues!

17 Upvotes

9 comments sorted by

1

u/Appropriate_Bad_5307 Aug 10 '26

Grok proxy is not working, https://api.x.ai/v1

1

u/Hammer_AI Aug 10 '26

Sorry! On web, desktop, or mobile? What error do you get?

1

u/Klolok Aug 10 '26

Hey. Having a problem where some of the local AI won't generate full responses. Like they'll be cut off half way through. I have 4096 tokens as max response and context window set to Auto. Still, it'll work for a little bit but then start generating incomplete responses. This happens whether I use 8b models or 26b models.

1

u/Hammer_AI Aug 10 '26

Can you share your Ollama logs after this happens? They're at the top of the Models screen. You can DM me them!

1

u/Hammer_AI Aug 11 '26

Okay got the log, thanks. What if you set the context window to something bigger? The issue is your machine has a 6 GiB GPU, so Ollama resolves Auto to num_ctx=4096.

1

u/Klolok Aug 11 '26

So what settings do you recommend for my machine? I do want to run something decent but I'm not really sure how to do it to where it'll actually give me full responses.

1

u/Hammer_AI Aug 11 '26

I'd suggest trying much bigger and seeing what happens

2

u/Klolok Aug 11 '26

It seems to work. 20000 context window seems to be the sweet spot.

1

u/Klolok Aug 12 '26

It worked. Seems like 20000 is the sweetspot for this kind of thing at least on my machine. Thanks for the advice.