What are tokens?
Tokens are the basic units that AI language models use to process text, which don't always correspond to complete words - for example, "I love to eat apples" might be tokenized as ["I", "love", "to", "eat", "app", "les"].
Different AI models use different tokenization methods, breaking words into common subword pieces to efficiently process vocabulary and understand word variations.
What does Max Tokens means?
Max Tokens defines the maximum length of text the AI model can generate in a single response - it's like setting a word limit, but using the AI's basic text units (tokens) instead of words. When reached, the model will stop generating more text.
what does Previous Messages Limit ?
Previous Messages Limit controls how many earlier messages in the conversation the AI can access and consider when generating its next response - this affects the model's ability to maintain context and coherence.
what does Knowledge Base Nodes?
Knowledge Base Nodes determines how many distinct pieces of information from the AI's training data it can reference when creating a response, affecting the scope and depth of knowledge used to answer queries.
what does Temperature means?
Temperature controls how varied the AI's responses are. Lower values (e.g., 0.1) make responses more focused and predictable, while higher values (e.g., 0.9) make them more creative.
Example: "What is a cat?"
Low Temperature (0):
"A cat is a small, carnivorous mammal often kept as a pet. They are known for their agility, independence, and playful behavior."High Temperature (1):
"A cat is a small, domesticated carnivorous mammal known for its agility and playfulness. They belong to the species Felis catus and are popular pets worldwide."
Related Articles
How can I Add Members to my chatbot?
Add members and assign roles in chatbot settings.
How to Use YourGPT Template Functions for Personalization and Dynamic Responses
Enhance chatbot responses with personalization and dynamic content using template function.
How to Create an AI Chatbot with YourGPT?
Learn how to create a custom AI chatbot using YourGPT's no-code platform in just 2 minutes.
Setting Up and Using Triggers in YourGPT Chatbot
Learn how to set up and managing triggers in YourGPT AI Chatbot
How to Use Automated Responses in YourGPT Chatbot
Guide to creating & using automated responses in YourGPT Chatbot
How to Manage Conversations in YourGPT Chatbot?
Guide to handle live chat, assign tasks, and resolve queries effectively with YourGPT’s Conversations tab.