personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

old

-16
-16
.env.example
··· 1 - # solstone Environment Configuration 2 - # Copy this file to .env and fill in your values 3 - # See docs/INSTALL.md for setup instructions 4 - 5 - # AI API Keys (at least one required for chat and insights) 6 - GOOGLE_API_KEY=your-google-api-key 7 - OPENAI_API_KEY=your-openai-api-key 8 - ANTHROPIC_API_KEY=your-anthropic-api-key 9 - 10 - # Rev.ai token for imported audio transcription (optional) 11 - # Sign up: https://www.rev.ai/ then get token at https://www.rev.ai/access_token 12 - REVAI_ACCESS_TOKEN=your-revai-token 13 - 14 - # Plaud access token for importing Plaud recordings (optional) 15 - # Log into the Plaud web portal and extract token from browser console 16 - PLAUD_ACCESS_TOKEN=your-plaud-token