-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathENV.example
More file actions
30 lines (23 loc) · 1.17 KB
/
ENV.example
File metadata and controls
30 lines (23 loc) · 1.17 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
28
29
30
# Example environment variables for clawanki
# Small LLM settings (reused from Clawkb conventions)
SMALL_LLM_BASE_URL=https://your-small-llm-host/v1
SMALL_LLM_MODEL=your-small-llm-model-name
SMALL_LLM_API_KEY=sk-xxxx
# Timezone used by `clawanki extract` when resolving --date/--from/--to
# If unset, defaults to Europe/Luxembourg
CLAWANKI_TZ=Europe/Luxembourg
# TTS settings (edge-tts)
# Engine: currently only edge-tts is supported
CLAWANKI_TTS_ENGINE=edge-tts
# Language/locale for TTS voices
CLAWANKI_TTS_LANG=en-US
# Comma-separated list of voices (e.g. two male + two female)
# Example (you should adjust to voices available in your environment):
# en-US-GuyNeural,en-US-DavisNeural,en-US-JennyNeural,en-US-AriaNeural
CLAWANKI_TTS_VOICES=en-US-GuyNeural,en-US-DavisNeural,en-US-JennyNeural,en-US-AriaNeural
# Directory where generated .ogg files are stored
# This path will be used when bundling media into the .apkg
CLAWANKI_MEDIA_DIR=/home/node/.openclaw/workspace/orgmode/clawanki/clawanki_media
# Optional: override template directory for Anki cards
# If unset, defaults to the built-in templates under clawanki/templates
# CLAWANKI_TEMPLATE_DIR=/path/to/your/custom/templates