forked from orangekame3/mirrormate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 802 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# OpenAI API Key (required when using OpenAI for LLM or TTS)
# Not needed if using Ollama + VOICEVOX
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Google Calendar (Service Account)
# GOOGLE_SERVICE_ACCOUNT_EMAIL=your-service-account@your-project.iam.gserviceaccount.com
# GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n"
# GOOGLE_CALENDAR_ID=your-email@gmail.com
# Optional: Web Search (Ollama)
# Get Ollama API key from: https://ollama.com/settings/keys
# OLLAMA_API_KEY=your_ollama_api_key_here
# Optional: Discord Webhook (for sharing search results to phone)
# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_id/your_webhook_token
# Tailscale IP address of your Mac Studio running PLaMo server
STUDIO_IP=100.xxxxxx.xx