forked from sonpiaz/watch-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (26 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
29 lines (26 loc) · 1.25 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
# watch-cli — environment
# ============================================================
# Required: Kyma API key (recommended path)
# ============================================================
# One key for transcription + audio understanding. Free credit
# at signup covers hundreds of videos.
#
# Get yours at https://kymaapi.com (60-second signup, no card).
# ============================================================
KYMA_API_KEY=
# ============================================================
# Optional: bring-your-own-keys (advanced fallback)
# ============================================================
# If KYMA_API_KEY is set, watch-cli routes through Kyma and
# ignores these. If KYMA_API_KEY is missing, watch-cli falls
# back to direct provider calls using these keys.
# ============================================================
# GROQ_API_KEY=
# GOOGLE_AI_KEY=
# ============================================================
# Optional: browser cookie source for login-walled videos
# ============================================================
# Override the auto-detect order. Default tries:
# Chrome → Firefox → Safari → Edge → Brave → Chromium.
# ============================================================
# WATCH_BROWSER=firefox