Files
jarvis/.env.example

21 lines
995 B
Plaintext
Raw Permalink Normal View History

2026-03-24 00:11:34 -05:00
# ─── Anthropic ─────────────────────────────────────
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ─── Fish Audio TTS ─────────────────────────────────
FISH_AUDIO_API_KEY=your_fish_audio_api_key_here
# Optional: specific voice model ID
FISH_AUDIO_VOICE_ID=
# ─── Whisper ────────────────────────────────────────
# Options: tiny, base, small, medium, large
WHISPER_MODEL=base
# ─── Server ─────────────────────────────────────────
HOST=0.0.0.0
PORT=8000
# ─── Google Keep (gkeepapi) ─────────────────────────
# Master token from Android device or Google account
GOOGLE_KEEP_EMAIL=
GOOGLE_KEEP_MASTER_TOKEN=