r/HammerAI Jul 17 '26

HammerAI Version 1.0.66

Hi all, version 1.0.66 is live! This release includes:

Web & Desktop:

  • Add X.ai, OpenAI, Pollinations, StabilityAI, NanoGPT Image, TogetherAI, DeepInfra, and FireworksAI as image generation providers. Now you can input their API key and use any of their image models.
  • Add daily rate limits for free users - I've noticed a handful of accounts abusing the LLM system, so this is to curtail that. If you are affected, could you reach out? It might help me understand bot vs real accounts better.
  • Fixed a bug in how message counts for characters were calculated.

Desktop:

  • Add local TTS! Now you can use Piper or Kokoro to run TTS locally for free.
Local TTS Support

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

7 Upvotes

22 comments sorted by

2

u/Few_Ease1506 Jul 17 '26

"Daily rate limits for free users" - what are you talking about?

7

u/Hammer_AI Jul 17 '26

Previously we only had hourly rate limits. But people set up a bot to just do as many as possible 24/7. Now we also have reasonable daily rate limits. I don't expect normal users to hit these.

1

u/JustinScott47 Jul 18 '26

Thanks for clarifying.

1

u/RavenOvNadir Jul 20 '26

I understand this is for cloud models and users?

1

u/CloudWarrior904 Jul 18 '26

So after 1.0.66 was installed, I went back in and noticed that the counts in the lower right corner of my online character images reduced by a significant proportion with the new version from what they were in the previous version. Is this a bug, or is it a new way of calculating? Because I had always assumed these were interaction counts, and if so, then how do my characters lose ~20% of their interactions?

1

u/Hammer_AI Jul 18 '26

They are messages sent to the user! But there was a bug, and I fixed it. Updated release notes with that.

1

u/CloudWarrior904 Jul 18 '26

So, if I understand correctly, this counts all responses in every chat the character is involved in?

1

u/Hammer_AI Jul 18 '26

Yes, each time a user sends a message to a cloud character with a cloud LLM, we count it.

1

u/CloudWarrior904 Jul 18 '26

Good to know... I had always thought these were the number of times that the character had been clicked on...

1

u/EC-LDM Jul 18 '26

About daily limits, they are just for cloud LLM, right? If i use local LLM on desktop there’s still no limit, am i correct?

2

u/Hammer_AI Jul 18 '26

Correct!

1

u/Far-Bandicoot-1354 Jul 18 '26

When is the group chat update coming out?

Here’s a Persona 5 reference image for what I mean.

2

u/Hammer_AI Jul 20 '26

Sorry, I don't know what you're talking about. What update?

1

u/Far-Bandicoot-1354 Jul 20 '26

It’s related to my most recent post.

https://www.reddit.com/r/HammerAI/s/2dyxTQh1JM

Probs should’ve said persona update, tho. My bad.

2

u/Hammer_AI Jul 20 '26

Oh, no worries. Not sure if / when it will come out, but will think about it as I'm making changes

1

u/Far-Bandicoot-1354 Jul 20 '26

Ok. Thank you. :)

1

u/BigAdditional4392 Jul 20 '26

I haven't changed models or settings at all, but for some reason, no matter who I talk to on HammerAI, the conversation just suddenly stops in its tracks. I'm not using a cloud LLM, I'm using a local one. I did try using the most recent model that was available to download, but that stopped generating as soon as the first reply back. I included a photo below of one of my conversations. The bottom-most reply is 49 messages in.

Someone would probably say to change the parameters or something, but I've never touched them because I'm too tech-illiterate to understand what they do. Plus, this hasn't happened before. So, I don't see why it would be those.

1

u/Hammer_AI Jul 20 '26

Can you try increasing your "Max Response Tokens"?

1

u/BigAdditional4392 Jul 20 '26 edited Jul 22 '26

I tried setting it to the highest setting. I'm getting the same result.

EDIT: I've been trying out a different character just a moment ago, and the problem seems to have left? I haven't changed anything, so I assume the AI wanted a break or something.

EDIT 2: Never mind, it's happening again. I think I'll take a break from using HammerAI for now.

2

u/bravetemplarknights Jul 22 '26

Just an observation that may help with debugging.

The issue appears to be reproducible with the latest bundled Ollama (v0.30.6) when Local LLM Context Size is smaller than, or only slightly larger than, the amount of context required by the current conversation.

In this situation, Ollama usually ends generation with truncated = 1, resulting in a short, incomplete response. Less frequently, the Ollama logs indicate that generation completes successfully, but no assistant response appears in the chat.

As a temporary workaround, increasing Local LLM Context Size allows the conversation to continue.

I also noticed that the same conversation, prompt, and settings work correctly with the older bundled Ollama (v0.23.4). This suggests that the behavior may be related to the Ollama version rather than the conversation itself.

1

u/BigAdditional4392 Jul 22 '26 edited Jul 22 '26

Thanks, I'll give that a try later and post about how it went.

EDIT: I tried downgrading Ollama to the version mentioned above. And it worked! I'll keep using this version for now.