InnerVoice / backend /.env.example
E5K7's picture
Switch to Groq API
b012f66
Raw
History Blame Contribute Delete
280 Bytes
GROQ_API_KEY=your_groq_api_key_here
GROQ_MODEL=llama3-8b-8192
DATABASE_URL=sqlite:///./innervoice.db
SECRET_KEY=change_me_to_a_random_secret_key_32chars
CORS_ORIGINS=http://localhost:3000
BREVO_API_KEY=your-actual-api-key-here
BREVO_SENDER_EMAIL=your_brevo_account_email@gmail.com