this post was submitted on 05 Apr 2025
44 points (97.8% liked)

LocalLLaMA

2837 readers
15 users here now

Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.

Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.

As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.

founded 2 years ago
MODERATORS
 

So far I have tried to get it to read me my shoping list, turn on my desklight, and tell me how many hours until sundown. It wasn't able to do any of those things. I'm using llama3.1:8b. I have a 3080 12gb. I also tried mixtral:8x7b but it just says "unexpected intent error".

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 5 days ago* (last edited 5 days ago) (2 children)

You may need to give your Assistant some tools.

Things like weather and time require the LLM to be able to fetch external data.

[–] [email protected] 5 points 5 days ago (1 children)

Yeah, how does this work? Do I need to setup the tools in home assistant or do I need setup tools with system prompt / modelfile on the ollama server? The ollama integration says the AI instructions use homeassiant templating. Do I need to create a custom template prompt that passes the info to the ollama server in way that works with the tools? https://www.home-assistant.io/docs/configuration/templating/

[–] [email protected] 7 points 5 days ago

MY bad, I did not catch this was home assistant... I get the feeling that should be taken care of for you based on this

https://www.home-assistant.io/integrations/ollama/

Sorry to have to tell you... I don't know :(