Initial commit from agent
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# ─── 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=
|
||||
Reference in New Issue
Block a user