Artificial Intelligence (AI)
AI refers to computer systems that can perform tasks that usually require human intelligence. They are trained on large amounts of data, learn patterns, and make decisions based on this information.Context window
The context window is the maximum amount of text that can be processed at once. It is measured in tokens, which are word pieces the model uses to read and generate text. For most models, this is 128k tokens, which is (depending on the font size) 100 to 150 pages of text. You can find a list of the context window sizes here. The context window gets filled up with your prompt, attached documents, and the previous messages in a chat (read more about this here). When the context window is full, some information from the chat or the documents are cut out, which reduces the answer quality and speed.For the best performance, please open a new chat to regularly clear the context window