forked from podly-pure-podcasts/podly_pure_podcasts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
64 lines (49 loc) · 1.54 KB
/
Copy path.env.local.example
File metadata and controls
64 lines (49 loc) · 1.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# ===================
# --- Basic Setup ---
# ===================
# Podly will work out of the box with just a valid Groq key
# You can do more advanced setup with alternative models, local whisper
# or self hosting, ect below
GROQ_API_KEY=gsk_abcdefghjiklmnopqrstuvwxyz
# ======================
# --- Advanced Setup ---
# ======================
# ========================================
# --- LLM (OpenAI-compatible or proxy) ---
# ========================================
LLM_API_KEY=sk-your-openai-or-compatible-key
LLM_MODEL=gpt-4o
# locally hosted endpoint
# OPENAI_BASE_URL=
# =========================
# --- Whisper selection ---
# =========================
# Choose: local | remote | groq
WHISPER_TYPE=groq
# Local Whisper
WHISPER_LOCAL_MODEL=base.en
# Remote Whisper (OpenAI-compatible)
WHISPER_REMOTE_API_KEY=
WHISPER_REMOTE_BASE_URL=https://api.openai.com/v1
WHISPER_REMOTE_MODEL=whisper-1
WHISPER_REMOTE_TIMEOUT_SEC=600
WHISPER_REMOTE_CHUNKSIZE_MB=24
# Groq Whisper
GROQ_WHISPER_MODEL=whisper-large-v3-turbo
GROQ_MAX_RETRIES=3
# ===============
# --- General ---
# ===============
SERVER_THREADS=1
# image: registry.example.com/mynamespace/myproject:latest
# IMAGE_REGISTRY=registry.example.com
# IMAGE_REPOSITORY=mynamespace/myproject
# IMAGE_TAG=latest
# =====================
# --- Authentication ---
# =====================
# Set REQUIRE_AUTH=true to enable login for the web UI, feeds, and downloads
# REQUIRE_AUTH=true
# PODLY_ADMIN_USERNAME=podly_admin
# PODLY_ADMIN_PASSWORD=ChangeMe123!
# PODLY_SECRET_KEY=replace-with-a-strong-random-value