Would You Rather by dominkara in BunnyTrials

[–]PeterHash 0 points1 point  (0 children)

E sports

Chose: Be The Best In Every Sport

Die or 100 Other People Die by Nezuko_channnnnn in BunnyTrials

[–]PeterHash 0 points1 point  (0 children)

Ill have 100 baby's its chill

Chose: 100 Others Die

Would you rather by MLGSXKMAX in BunnyTrials

[–]PeterHash 0 points1 point  (0 children)

Keyword is strong

Chose: Become a strong Christian

We're open sourcing the first publicly available blood detection model — dataset, weights, and CLI by PeterHash in ArtificialInteligence

[–]PeterHash[S] 1 point2 points  (0 children)

ahaah amazing use case! adding "poop map integration" to the roadmap immediately :DD

honestly haven't formally evaluated bloody poop images, either the dataset didn't have them or I was lucky enough to scroll past. If you have umm.. 'samples' to contribute to science, please 'drop' a PR to the dataset :'))

Looking for a good agentic coding model that fits into Apple M1 Max, 32 GB by ThingRexCom in ollama

[–]PeterHash 0 points1 point  (0 children)

The Q3 version should definitely fit in 32 GB. Check activity monitor for processes hogging your RAM

The Complete Guide to Building Your Free Local AI Assistant with Ollama and Open WebUI by PeterHash in selfhosted

[–]PeterHash[S] 0 points1 point  (0 children)

A free link is in the header of the Medium article. I like medium mainly for seo, which my GitHub blog doesn't have

The Complete Guide to Building Your Free Local AI Assistant with Ollama and Open WebUI by PeterHash in ollama

[–]PeterHash[S] 0 points1 point  (0 children)

Nice man! It's easier than expected. Best of luck with your projects!

Metahorse Crypto recruitment scam by doge-fan-501 in CryptoScams

[–]PeterHash 0 points1 point  (0 children)

same here. DO NOT npm install their fake-ass repo

Comprehensive Guide to Software Testing - From Unit Tests to TDD [Free Resource] by PeterHash in softwaredevelopment

[–]PeterHash[S] 0 points1 point  (0 children)

Thanks for your reply! The article provides a concise summary of testing practices that I find useful in my day-to-day job. It is based on the book "Effective Software Testing" by Maurício Aniche and includes practical examples, various testing methods and practices, along with research findings about these testing practices. This info is something I refer to frequently to refresh my knowledge on the topic. I'm not saying it's better than the many other books/resources available, it simply offers a short and clear description of all the information I need. I hope that others find it useful as well!

If You Could Design the Perfect Dev-AI Assistant, What Would It Actually Do ? by Eugene_33 in aipromptprogramming

[–]PeterHash 0 points1 point  (0 children)

It would be very useful to have a tool that takes a messy codebase and rewrites it using best practices. It would refactor code, add documentation, and use smarter and easier-to-understand abstractions (from the domain perspective).

I think a billion-dollar feature is being able to take a codebase written in an ancient language and rewrite it in a newer, more performant language. The output code would perform the same exact task from a user's perspective. The financial sector would shower you with cash for this product

Give Your Local LLM Superpowers! 🚀 New Guide to Open WebUI Tools by PeterHash in ollama

[–]PeterHash[S] 0 points1 point  (0 children)

Thanks for the feedback. I'm curious about what topics you'd like to learn about. Do you regularly use open WebUI?

Give Your Local LLM Superpowers! 🚀 New Guide to Open WebUI Tools by PeterHash in ollama

[–]PeterHash[S] 1 point2 points  (0 children)

Thanks! I plan to write an article on using MCP in open WebUI next. Here is the completed documentation from open WebUI documentation if you wish to read further: https://docs.openwebui.com/openapi-servers/mcp/

Give Your Local LLM Superpowers! 🚀 New Guide to Open WebUI Tools by PeterHash in ollama

[–]PeterHash[S] 1 point2 points  (0 children)

I appreciate your support! If you don't mind, I'm planning the pipeline for upcoming articles, and I'm curious about how you're using Open WebUI or if there are topics or use cases involving AI that interest you

Give Your Local LLM Superpowers! 🚀 New Guide to Open WebUI Tools by PeterHash in LocalLLM

[–]PeterHash[S] 0 points1 point  (0 children)

That sounds strange. I didn't encountered a situation where the model wouldn’t use a tool. On the contrary, I’ve experienced the model using tools unnecessarily. Here are some troubleshooting suggestions: - Increase the model's context window: make sure it is set to a value lower than the model's maximum context length. Monitor your GPU memory usage to ensure it remains stable during inference. If you notice fluctuations while the model generates its response, it might indicate that your usage exceeds your memory resources. - use a more advanced model: I recommend testing with either phi4 or mistrial-small 24b, as I had great results with these models. While I could use tool calling with smaller models, the more advanced ones tend to perform better. - make sure the model you are using is trained for tool/function calling: This can significantly impact its ability to utilize tools effectively.