-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1.44 KB
/
.env.example
File metadata and controls
27 lines (21 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Thuki Environment Configuration
# Copy this file to .env and adjust values as needed.
#
# cp .env.example .env
# ── Quote Display ────────────────────────────────────────────────────────────
# Controls how selected-text quotes are displayed in the AskBar and chat bubbles.
# Maximum number of lines shown in the quote preview.
VITE_QUOTE_MAX_DISPLAY_LINES=4
# Maximum total characters shown in the quote preview.
VITE_QUOTE_MAX_DISPLAY_CHARS=300
# Maximum length of selected context text included in the Ollama prompt.
VITE_QUOTE_MAX_CONTEXT_LENGTH=4096
# ── System Prompt ────────────────────────────────────────────────────────────
# Custom system prompt prepended to every Ollama conversation.
# If unset or empty, defaults to the built-in secretary persona prompt defined in src-tauri/src/commands.rs.
THUKI_SYSTEM_PROMPT=
# ── Model Configuration ──────────────────────────────────────────────────────
# Comma-separated list of Ollama models Thuki supports.
# The first entry is the active model used for inference.
# Defaults to gemma4:e2b if unset.
# THUKI_SUPPORTED_AI_MODELS=gemma4:e2b,gemma4:e4b