Releases: ParthPipermintwala/Personal-Assistant
Releases · ParthPipermintwala/Personal-Assistant
Personal-Assistant
🎙️ A modern voice-first desktop AI assistant built for real-world workflows.
🔧 Configuration
Create API keys and set these environment variables:
- NewsData: https://newsdata.io/register?medium=null&source=null&campaign=null →
NEWS_API_KEY - Gemini: https://aistudio.google.com/app/api-keys →
GEMINI_API_KEY
setx NEWS_API_KEY "your_newsdata_key_here"
setx GEMINI_API_KEY "your_api_key_here"Restart the terminal after setting it.
