Is there anything I need to know ? Where can I get it clean ? Is it type and go ? Its free right and open source ?

      • fox [comrade/them]@hexbear.net
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 months ago

        When you message an LLM that input is parsed into tokens, and a response is generated that’s built out of tokens. You get a certain number of tokens with online models per day.

          • peeonyou [he/him]@hexbear.net
            link
            fedilink
            English
            arrow-up
            5
            ·
            edit-2
            2 months ago

            tokens are what the model breaks input and output into, and how it maps what words should come next in any given sentence… so basically when you use one of these models online they limit the number of tokens you can input/output in a given time because it is costly to run and people will abuse it otherwise. If you’re running it on your own machine then you don’t have to worry about it because you can use your machine to the max if you want.