Chat
A language model with adjustable creativity and swappable personas. Change the temperature and watch the same question produce measurably different answers.
Your text is split into tokens and turned into numbers. The model outputs a probability for every possible next token, one is picked, appended, and the whole thing runs again. A 300-word reply is that loop running roughly 400 times.
Will state false things in well-formed sentences. Knowledge is frozen at training time, and it cannot tell you which parts of an answer it is unsure about.
- Temperature changes how the next token is picked, not what the model knows. Low values take the safe option every time; high values sample from the long tail.
- The persona is just text prepended to your message. There is no separate 'pirate mode' inside the model.
- It has no memory between sessions and no way to check a fact. Fluency and accuracy are independent.
This page says “the model predicts”, not “the model knows”. That is deliberate. None of these systems understand the images or sentences you give them; they map inputs to outputs using patterns fixed at training time. The difference matters most exactly when the output is impressive.