1. Chazz.ai
  2. Documentation
  3. How settings are resolved

How settings are resolved · Chazz.ai

How how settings are resolved works on Chazz.ai. Four layers decide what a turn actually runs with, and the later ones win field by field. Every turn resolves its settings through four layers. Each layer only fills in what the layer above it left unset, so a single knob you changed never...

Four layers decide what a turn actually runs with, and the later ones win field by field.

Every turn resolves its settings through four layers. Each layer only fills in what the layer above it left unset, so a single knob you changed never drags the others with it.

Nested groups merge rather than replace: toggling one world switch never resets the others, and moving one memory slider never resets the rest. Source: worker/src/engine/store.ts:41 loadSettings.

  • Engine fallbacks. The last resort, used only when nothing else has a value.
  • Your account defaults. What you set on the Settings page. These apply to every new chat.
  • The creator's recommended settings. A character may ship with tuned settings, folded into a new conversation at creation, but only if you have left "Use creator's recommended settings" on.
  • This conversation's own edits. Anything you changed from the chat header. Always wins.

The engine fallbacks

Only reached when neither your account nor the conversation has a value:

Source: shared/chat-settings.ts:139 DEFAULT_SETTINGS, with limits at shared/chat-settings.ts:95 SETTINGS_LIMITS.

  • Reply length: 100 tokens
  • Creativity: 0.7
  • World toggles: Scenes on; inventory, reality envelope, evolution and living world off
  • Memory: The included baseline. See Memory and recall
  • Persona: None

A quirk worth knowing

The creativity slider on the Settings page runs 0.1 to 0.9 and shows a percentage, while the underlying value is allowed anywhere in 0 to 1.5. A conversation's own settings panel can therefore reach values the account-defaults slider cannot. Source: web/src/views/user/Settings.tsx:557.

Elsewhere on Chazz.ai

  • Explore characters
  • About
  • Features
  • Pricing
  • Use cases
  • Integrations
  • Compare
  • Documentation
  • FAQ
  • Changelog
  • API
  • Security
  • Status
  • Contact
  • Press
  • Stories
  • Marketplace
  • Image generation
  • Credits and plans
  • Chat app connectors
  • Terms
  • Privacy
  • AI transparency
  • Notice to AI agents

This document is the server-rendered form of /docs/how-settings-are-resolved. The interactive page needs JavaScript, and shows the same content.

The complete documentation of this service is available as one plain-text file at /llms-full.txt. A short summary, with the operator's policy for automated readers, is at /llms.txt. Changes are published as a feed at /rss.xml.

Chazz.ai is operated by Cognitive Industries, ABN 62 794 528 747, Australia. Contact: [email protected].