Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# podcli Configuration

# Whisper model size: tiny, base, small, medium, large
WHISPER_MODEL=base

# Device for Whisper: cpu, cuda, auto
WHISPER_DEVICE=auto
# Full reference: docs/configuration.md

# FFmpeg paths (leave blank to use system defaults)
FFMPEG_PATH=
Expand All @@ -13,7 +8,8 @@ FFPROBE_PATH=
# Python path (leave blank to auto-detect venv)
PYTHON_PATH=

# Working directory (defaults to .podcli/ in project root)
# Config home: knowledge, presets, assets, history
# (defaults to the managed folder, or .podcli/ when running from source)
PODCLI_HOME=

# HuggingFace token for speaker diarization (pyannote)
Expand All @@ -30,6 +26,5 @@ PODCLI_TRANSITION_AUTOFIX_PASSES=2

PORT=3847 # Web UI port

# Logging
LOG_LEVEL=info
DEBUG=false
# Logging verbosity: debug, info, warn, error
PODCLI_LOG_LEVEL=info
Loading
Loading