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”.
Hi! So heres the rundown.
You are going to need to be willing to learn how computer program services send text messages to eachother over open ports, how to call on a API in a programming script, and slowly piece together how to work with ollamas external API calling tool functions. Heres the documentation
Essentially you need to
-
learn how ollama external API works. How to send it text data using a basic program in python on an open port and recieve data back to put into a text file.
-
learn how to make that python program pull weather and time data from openweather
-
learn how to feed that weather and time data into ollama on an open port as part of a tool calling function. A tool call is a fancy system prompt that tells the model how to interface with the data in a well defined paratamized way. you say a keyword like get weather, it sends a request to your python program to get data from openweather and sends it back in way the llm is instructed to process.
Unless you are already a programmer who works with sending and recieving data over the internet to be processed, this is a non-trivial task that requires a lot of experimentation and getting your hands dirty with ports and coding languages. Im currently getting ready to delve into this myself so I know its all can feel overwhelming. Hope this helps.
-
I think you’re gonna need to implement function calling in some way. If you add it yourself that’s kinda complicated to implement in a non-annoying way but there must be some assistant frameworks that you can connect with your local LLM instead of an external API
Thanks Ollama.
This query works for me in hass with llama3.2:3b.
Man that almost sounds like Siri. I Can’t help unfortunately. It sounds like it doesn’t realize that the sun sensor data is what you’re looking for, like it doesn’t recognize what the data actually is? If that makes sense. I don’t think the celeron that runs my hass would also run a llm or id give it a shot.
You may need to give your Assistant some tools.
Things like weather and time require the LLM to be able to fetch external data.
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/
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 :(
Coming from a somewhat expert in timekeeping, it might help to inform it what your time zone is.
But even with that said, I don’t trust AI for anything serious.
It just has to read me what the Sun Next sensor says. I exposed it in the assist setting and it clearly knows it exits. I think I’m having some issue with the tools but I’m not sure how you’re suppose to set it up.
Wait, it’s got a sensor for that, and still can’t even figure it out? That sounds stupid to be honest.
Shit, I got a totally ignorant watch that knows the exact phases of the moon, all I gotta do is set the date, time and longitude correctly.
As far as sunrise and sunset, those have been basically precalculated for thousands of years from now into the future, as long as you know your latitude and longitude, and the Earth doesn’t decide to flip over or do a backspin.
Good luck, hope you get your home assistant thing sorted out, but fuck AI, it’s Actually Ignorant.
Well, it’s not an actual sensor. The sun “sensor” is built into home assistant and is pre-calculated. It uses the sensor interface to keep things constant when creating custom automation. I could just create a automation that reads it out the when I say a specific phrase. I’m just trying to use ollama so I don’t have to create custom automation for everything.
Ah, gotcha.
Sorry that I am not directly familiar with your system, but yeah there’s got to be some way to set your earthly coordinates into it…