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”.

  • SmokeyDope@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 hours ago

    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

    1. 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.

    2. learn how to make that python program pull weather and time data from openweather

    3. 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.

    example: https://medium.com/@ismalinggazein/openai-function-calling-integrating-external-weather-api-6935e5d701d3

    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.

  • shaserlark@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 hours ago

    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

  • CompactFlax@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    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.

  • cubism_pitta@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago

    You may need to give your Assistant some tools.

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

  • over_clox@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    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.

    • colourlesspony@pawb.socialOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 day ago

      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.

      • over_clox@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 day ago

        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.

        • colourlesspony@pawb.socialOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 day ago

          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.

          • over_clox@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 day ago

            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…