Skip to main content

Why this page exists

This is a practical reference for all major bot configuration panels in the dashboard. Use it when you need exact ranges, limits, and behavior implications.

AI engine settings

FieldRange / LimitNotes
temperature0..2Creativity/randomness
top_p0..1Diversity control
modelContextplan-cappedNumber of history messages considered
replyStylepreset enumdefault, short, creative, crazy, human
webSearchbooleanEnables web-grounded answers
multiMessageEnabledbooleanSplit response into multiple messages
multiMessageDelayMs0..10000 msDelay between split parts

Plan caps

PlanmaxModelContextmaxTokens
Free504096
Plus758192
Pro10016384
Ultra15032768

Behavior settings

FieldLimitNotes
systemInstructions8000 charsExtra behavior control
autonomousModebooleanEnables autonomous behavior paths where supported

Training settings

Per example:
  • input: max 500 chars
  • expected: max 2000 chars
  • importance: 1..10
  • keywords[]: optional relevance hints
Keyword matches can prioritize specific examples during generation.

Memory settings

Per memory entry:
  • content: max 2000 chars
  • context: max 500 chars
  • importance: 1..10
Global memory toggles:
  • autoMemoryEnabled: boolean
  • autoMemoryInstructions: max 2000 chars

Knowledge settings

Per knowledge entry:
  • title: max 100 chars
  • content: max 8000 chars
  • category: max 50 chars
  • importance: 1..10
Per verb:
  • max 50 knowledge entries
URL scrape helper:
  • Can auto-draft title/content/category from a provided URL.

Voice engine settings

Common fields:
  • voiceEnabled
  • voiceResponseFrequency (0..100)
  • selectedVoice
  • voiceLanguage
  • voiceModel
  • voiceReferenceText
Voice cloning:
  • Up to 3 clones per verb

Image engine settings

  • imageGeneration toggle controls whether image commands/flows are active.
  • imageModel selection is tier-aware.
  • Non-eligible model selections can be automatically downgraded to allowed tiers.

Discord module settings

Main controls:
  • Connect/disconnect bot token
  • Status/presence profile
  • Slash command toggles
  • AI channel management
  • Server list/leave server tools
Core profile defaults include:
  • Presence values: online, idle, dnd, offline
  • Default status text behavior if unset

Custom messages settings

Customizable response strings include:
  • Rate limit
  • Reset success/empty messages (DM + server)
  • AI/processing/image errors
  • Channel management messages
  • Permission and server-only errors
  • Voice join/leave messages
Per custom message field:
  • Max length: 500 chars at schema level
UI may show stricter editing caps for some textareas to keep messages concise.

Validation and save failures

Common save rejection reasons:
  • Out-of-range numeric values
  • Context/model limit above plan cap
  • Oversized memory/knowledge/training content
  • Invalid types for structured fields
If a save fails, check browser console + response payload first, then compare against limits on this page.