jonigl

Results 8 comments of jonigl

Yes, @felipemarques you are right, take a look at this branch: https://github.com/nathanpeck/socket.io-chat-fargate/tree/4-scaling here, he used a lib called `presence.js`. It is used to get the total number of users connected...

I have this problem too 😕 ! @YPCrumble could you solved this? Thanks! Jonathan

@YPCrumble yes, I think so. This kind of themes don't get along with React...

Hi there! I ran into the same issue and wanted to share my findings. I opened [this issue](https://github.com/ollama/ollama/issues/11444), where I describe what I discovered and propose a possible solution. To...

Experiencing the same issue. When tools are available but not called by the model, the response is returned all at once instead of streaming incrementally.

> How do I filter out this warning from being logged? you can try `warnings.filterwarnings("ignore", category=DeprecationWarning, module="ollama")`

Hi there! I am having this same issue, I have tried almost everything 🥹 with no results. Now thanks to you guys @bungle @lordgreg I at least understand why this...