-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 950 Bytes
/
.env.example
File metadata and controls
20 lines (18 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Aether is a fully client-side app — these values are NOT required to build
# or run the project. They are read at runtime from the in-app Settings dialog
# and persisted to localStorage in your browser.
#
# This file documents the variables for users who prefer to seed the UI with
# defaults via a fork or for self-hosted deployments that want to expose
# different example endpoints. None of these are sent anywhere outside your
# browser.
# Default OpenAI-compatible endpoint, e.g.:
# https://api.xiaomimimo.com/v1 (Xiaomi MiMo)
# https://api.openai.com/v1 (OpenAI)
# https://api.deepseek.com/v1 (DeepSeek)
# https://api.groq.com/openai/v1 (Groq)
# http://localhost:11434/v1 (Ollama)
NEXT_PUBLIC_DEFAULT_BASE_URL=https://api.xiaomimimo.com/v1
# Default model name. Examples:
# mimo-v2.5-reasoning, gpt-4o-mini, deepseek-reasoner, llama-3.3-70b-versatile
NEXT_PUBLIC_DEFAULT_MODEL=mimo-v2.5-reasoning