Spaces:
Running
Running
zach
Update .env.example and no longer enable debug logging based on env variable and base it on use of 'dev' environment instead.
f477f87
| # Environment variables for local development ("dev" environment). | |
| # These values are loaded from the .env file when running locally. | |
| # In production ("prod" environment), environment variables must be set in the system | |
| # and will not be loaded from this file. | |
| # API Keys | |
| HUME_API_KEY=YOUR_HUME_API_KEY | |
| ANTHROPIC_API_KEY=YOUR_ANTHROPIC_API_KEY | |
| ELEVENLABS_API_KEY=YOUR_ELEVENLABS_API_KEY |