| ``` | |
| # OpenAI API Configuration | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| # Server Configuration | |
| PORT=3000 | |
| NODE_ENV=production | |
| # File Upload Configuration | |
| MAX_FILE_SIZE=10485760 | |
| UPLOAD_DIR=uploads | |
| ``` | |
| Finally, let me update the meme.html to better handle the new functionality: |