sobhandutta/agentic-personal-assistant
0
1# Copy this file to .env and fill in your values2# Never commit .env to git3 4ANTHROPIC_API_KEY=your-anthropic-api-key5OPENAI_API_KEY=your-openai-api-key6GOOGLE_API_KEY=your-google-api-key7 8# Optional: pin the Google Drive folder so the app skips the folder lookup9# GOOGLE_DRIVE_FOLDER_ID=your-folder-id10# GOOGLE_DRIVE_NOTES_FOLDER=LLM Project Notes11 