Settings

Local-first memory, provider status, and environment configuration.

Provider Health
null
Environment Variables
NEXT_PUBLIC_APP_URLhttps://unopenai.cyberstarlink.com
OLLAMA_BASE_URLhttp://localhost:11434
OPENAI_COMPATIBLE_BASE_URL(optional)
OPENAI_COMPATIBLE_API_KEY(server-only, never NEXT_PUBLIC)
Never place API_KEY, SECRET, DATABASE_PASSWORD in NEXT_PUBLIC_*. Secrets stay server-side. No secret exposure to browser.
Privacy Modes
Local Mode
Your messages are processed by your local model. No mandatory cloud AI provider.
Web Mode
Your messages are sent to the configured AI provider.
Memory
V1 uses local-first memory (localStorage). Conversations stored as Conversation { id, title, createdAt, updatedAt, messages[] }. Architecture allows future migration to PostgreSQL / Redis / Vector DB.