NsfwGPT.ai
  • Introduction
    • NsfwGPT.ai
    • Legal
  • getting started
    • Account Creation
    • Password Reset
    • Edit Profile
  • Chatbot
    • Chatbot Creation
    • Chatbot Creation Guidelines
    • Chatbot Interaction
      • Selecting a Chatbot
      • Start a New Chat/ Continue Chat
      • Sending Messages
      • Restart Chat
      • Deleting a Chat
      • Share a public chat
      • {{char}} and {{user}} Variables
      • Name Card
      • Backtracing
      • Using asterisks to Enclose Actions and Mental Activities
      • Message Instruction
      • AI Helper Message Instruction
      • Memory Chip
  • Chat Group
    • Chat Group Creation
  • AI Image Generation
    • Generate AI Image
    • Gallery
    • Beginner's Guide to Prompting for Image Generation
  • Knowledge Base
    • Introduction
    • What is LLM?
    • What is LLM prompt?
    • What is LLM Token
    • LLM Context
    • Understanding how our LLM works
Powered by GitBook
On this page
  1. Knowledge Base

LLM Context

PreviousWhat is LLM TokenNextUnderstanding how our LLM works

Last updated 1 year ago

LLM Context (Chat History Data) Although the AI Chatbot can remember the conversation between you, LLM is essentially stateless, meaning it doesn't store any data. Instead, each time you send a prompt, we help you concatenate the stored historical records from the database at the backend. This concatenated history becomes the chat context, and the length of this context is the token length mentioned in the . The longer the maximum number of tokens, the more historical records the AI Chatbot can comprehend.

previous section