We are keeping a list of AI/ML related links from research to more accessible items, hoping to share some of the more accessible posts with a wider community!

  • manitcor@lemmy.intai.techOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It does not generally hallucinate with data it has, the LLM has to know about the commands it has from the plugin and this can only be done by feeding that data into context.

    I suspect they can’t put this info in a system level message as it could cause extra confusion and create an injection vector for un-checked plugins. So instead they shove the command set in a user or assitant message which a user can get access to just by asking. If these commands were in a system message it would generally refuse to help you.

    tl;dr - it does not hallucinate data its been given, just when you ask it to “come up” with things.